InitializeAppointment Method (AppointmentsCoverPane)
In This Topic
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 As Appointment _
)
public virtual void InitializeAppointment(
Appointment
)
Parameters
- appointment
- The C1.Schedule.Appointment object to initialize.
See Also