Skip to main content
A newer version of this page is available. .

ASPxSchedulerDataInsertedEventArgs Properties

Provides data for the ASPxSchedulerDataWebControlBase.AppointmentRowInserted event.
Name Description
AffectedRecords Gets the number of modified records. Inherited from ASPxSchedulerDataBaseUpdatedEventArgs.
Exception Gets the exception that was raised during the data operation. Inherited from ASPxSchedulerDataBaseUpdatedEventArgs.
ExceptionHandled Gets or sets a value indicating whether an exception that was raised during the data operation was handled in the event handler. Inherited from ASPxSchedulerDataBaseUpdatedEventArgs.
KeyFieldValue Gets or sets the value of the key field for the appointment’s data record.
NewValues Provides access to the collection of values for the appointment’s data fields.
See Also