AppointmentItemCancelEventArgs Properties
Provides data for the SchedulerControl.BeforeAppointmentItemDelete event.Name | Description |
---|---|
Appointment | Gets the appointment for which the element is raised. Inherited from AppointmentItemEventArgs. |
Cancel | Gets or sets a value indicating whether deleting the specified appointment should be canceled. |
See Also