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 CancelEventArgs. |
Keys | Provides access to the collection of unique IDs for the appointment which is about to be modified. |
NewValues | Provides access to the collection of modified values for the appointment’s data fields. |
OldValues | Provides access to the collection of values before modification of the appointment’s data fields. |
See Also