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

DxScheduler Events

A calendar and scheduler component.
Name Description
ActiveViewTypeChanged Fires after the active view is changed.
AppointmentFormClosing Fires before the appointment form is closed.
AppointmentFormShowing Fires before the appointment form is shown.
AppointmentInserted Fires after a new appointment is added to the AppointmentsSource object.
AppointmentInserting Fires before a new appointment is added to the AppointmentsSource object.
AppointmentRemoved Fires after an appointment is removed from the AppointmentsSource object.
AppointmentRemoving Fires before an appointment is removed from the AppointmentsSource object.
AppointmentUpdated Fires after an updated appointment is saved to the AppointmentsSource object.
AppointmentUpdating Fires before an updated appointment is saved to the AppointmentsSource object.
HtmlCellDecoration Allows you to customize the appearance of Scheduler cells.
SelectedAppointmentChanged Fires after the selected appointment is changed.
StartDateChanged Fires after the Scheduler start date is changed.
VisibleResourcesDataSourceChanged Occurs when the data source with visible resource objects changes.
See Also