SchedulerAppointmentFormEventArgs Properties
Provides data for the AppointmentFormShowing event.Name | Description |
---|---|
Appointment | Specifies the target appointment. Inherited from SchedulerAppointmentOperationEventArgs. |
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
FormInfo | Specifies the appointment form information. |
FormType | Specifies the appointment form type. |
Title | Specifies the appointment form’s title. |
See Also