This section describes events fired by this UI component.
Raised after an appointment is added to the data source.
Event
Main article: onAppointmentAdded
Raised before an appointment is added to the data source.
Main article: onAppointmentAdding
Raised when an appointment is clicked or tapped.
Main article: onAppointmentClick
Raised when a user attempts to open the browser's context menu for an appointment.
Main article: onAppointmentContextMenu
Raised when an appointment is double-clicked or double-tapped.
Main article: onAppointmentDblClick
Raised after an appointment is deleted from the data source.
Main article: onAppointmentDeleted
Raised before an appointment is deleted from the data source.
Main article: onAppointmentDeleting
Raised before an appointment details form is opened.
Main article: onAppointmentFormOpening
Raised when an appointment is rendered.
Main article: onAppointmentRendered
Raised after an appointment is updated in the data source.
Main article: onAppointmentUpdated
Raised before an appointment is updated in the data source.
Main article: onAppointmentUpdating
Raised when a view cell is clicked.
Main article: onCellClick
Raised when a user attempts to open the browser's context menu for a cell.
Main article: onCellContextMenu
Raised when the UI component's content is ready.
Main article: onContentReady.
Raised before the UI component is disposed of.
Main article: onDisposing
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised after a UI component property is changed.
Main article: onOptionChanged