Scheduler for WinRT
InitializeAppointment Method


The C1.C1Schedule.Appointment object to initialize.
Initializes the newly created appointment or edits existing one when it is dropped to the AppointmentsCoverPane by the end-user. This method is called by the C1Scheduler control immediately before firing UserAddingAppointment and BeforeAppointmentDrop events.
Syntax
'Declaration
 
Public Overridable Sub InitializeAppointment( _
   ByVal appointment As Appointment _
) 
'Usage
 
Dim instance As AppointmentsCoverPane
Dim appointment As Appointment
 
instance.InitializeAppointment(appointment)
public virtual void InitializeAppointment( 
   Appointment appointment
)

Parameters

appointment
The C1.C1Schedule.Appointment object to initialize.
Remarks
Override this method in derived class if you need additional appointment initialization.
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.