Scheduler for WinRT
IsPaneAppointment Method


The C1.C1Schedule.Appointment object to check.
The AppointmentFilterEnum value which should be used for filtering.
Checks whether the specified appointment should be shown in the current pane. The default implementation filters appointments according to the AppointmentsCoverPane.AppointmentFilter property value.
Syntax
'Declaration
 
Public Overridable Function IsPaneAppointment( _
   ByVal appointment As Appointment, _
   ByVal filter As AppointmentFilterEnum _
) As Boolean
'Usage
 
Dim instance As AppointmentsCoverPane
Dim appointment As Appointment
Dim filter As AppointmentFilterEnum
Dim value As Boolean
 
value = instance.IsPaneAppointment(appointment, filter)
public virtual bool IsPaneAppointment( 
   Appointment appointment,
   AppointmentFilterEnum filter
)

Parameters

appointment
The C1.C1Schedule.Appointment object to check.
filter
The AppointmentFilterEnum value which should be used for filtering.

Return Value

True if the C1.C1Schedule.Appointment object should be shown in the current pane; otherwise, False.
Remarks
Override this method in the derived class to filter appointments by additional conditions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppointmentsCoverPane Class
AppointmentsCoverPane Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.