[]
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.
public virtual void InitializeAppointment(Appointment appointment)
Type | Name | Description |
---|---|---|
Appointment | appointment | The Appointment object to initialize. |
Override this method in derived class if you need additional appointment initialization.