ASPxSchedulerDataUpdatedEventArgs Properties
Provides data for the ASPxSchedulerDataWebControlBase.AppointmentRowUpdated event.
Name | Description |
---|---|
Affected |
Gets the number of modified records.
Inherited from ASPx |
Exception |
Gets the exception that was raised during the data operation.
Inherited from ASPx |
Exception |
Gets or sets a value indicating whether an exception that was raised during the data operation was handled in the event handler.
Inherited from ASPx |
Keys | Provides access to the collection of unique IDs for the currently modified appointment. |
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 for the appointment’s data fields. |
See Also