MVCxClientScheduler Events
A client-side counterpart of the Scheduler extension.| Name | Description |
|---|---|
| ActiveViewChanged | Client-side event. Occurs after the active view of the ASPxScheduler has been changed. Inherited from ASPxClientScheduler. |
| ActiveViewChanging | Occurs on the client side when the Scheduler control is about to change its active view. Inherited from ASPxClientScheduler. |
| AppointmentClick | Occurs when the end-user clicks an appointment. Inherited from ASPxClientScheduler. |
| AppointmentDeleting | Client-side event that fires before an appointment is deleted. Inherited from ASPxClientScheduler. |
| AppointmentDoubleClick | Occurs when the end-user double clicks on an appointment. Inherited from ASPxClientScheduler. |
| AppointmentDrag | A client-side event that occurs when an appointment is being dragged. Inherited from ASPxClientScheduler. |
| AppointmentDrop | Client-side event that occurs after an appointment has been dragged and dropped. Inherited from ASPxClientScheduler. |
| AppointmentResize | Client-side event that occurs when an appointment is resized. Inherited from ASPxClientScheduler. |
| AppointmentResizing | A client-side event that occurs when an appointment is being resized. Inherited from ASPxClientScheduler. |
| AppointmentsSelectionChanged | Occurs on the client side when the user selects an appointment. Inherited from ASPxClientScheduler. |
| AppointmentToolTipShowing | Fires on the client side before the appointment tooltip is shown. Inherited from ASPxClientScheduler. |
| BeginCallback | Occurs when a callback for server-side processing is initiated. |
| CallbackError | Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientScheduler. Inherited from ASPxClientScheduler. |
| CellClick | Occurs when an end-user clicks a time cell. Inherited from ASPxClientScheduler. |
| CellDoubleClick | Occurs when and end-user double-clicks a time cell. Inherited from ASPxClientScheduler. |
| EndCallback | Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientScheduler. |
| Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
| MenuItemClicked | Client-side event that occurs when a popup menu item is clicked. Inherited from ASPxClientScheduler. |
| MoreButtonClicked | Occurs when one of More Buttons is clicked. Inherited from ASPxClientScheduler. |
| SelectionChanged | Fires on the client side when the time cell selection is changed. Inherited from ASPxClientScheduler. |
| SelectionChanging | Occurs on the client side when the time cell selection is about to change. Inherited from ASPxClientScheduler. |
| Shortcut | Occurs when an end-user presses a keyboard shortcut. Inherited from ASPxClientScheduler. |
| ToolTipDisplaying | Occurs on the client side when the tooltip is about to be displayed. |
| VisibleIntervalChanged | Fires on the client side when the time interval of the scheduling area is changed. Inherited from ASPxClientScheduler. |
See Also