[]
        
(Showing Draft Content)

C1.WPF.Schedule.AppointmentsCoverPane.InitializeAppointment

InitializeAppointment Method

InitializeAppointment(Appointment)

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.

Declaration
public virtual void InitializeAppointment(Appointment appointment)
Parameters
Type Name Description
Appointment appointment

The Appointment object to initialize.

Remarks

Override this method in derived class if you need additional appointment initialization.