ASPxSchedulerDataDeletingEventArgs Properties
Provides data for the ASPxSchedulerDataWebControlBase.AppointmentRowDeleting event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
Keys | Provides access to the collection of unique IDs for the appointment, which is about to be deleted. |
Values | Provides access to the collection of values for the appointment’s data fields. |
See Also