ASPxSchedulerDataUpdatingEventArgs Properties
Provides data for the ASPxSchedulerDataWebControlBase.AppointmentRowUpdating event.
Name | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
Keys | Provides access to the collection of unique IDs for the appointment which is about to be modified. |
New |
Provides access to the collection of modified values for the appointment’s data fields. |
Old |
Provides access to the collection of values before modification of the appointment’s data fields. |
See Also