ASPxClientScheduler Events
Represents the client-side equivalent of the ASPxScheduler control.Name | Description |
---|---|
ActiveViewChanged | Client-side event. Occurs after the active view of the ASPxScheduler has been changed. |
ActiveViewChanging | Occurs on the client side when the Scheduler control is about to change its active view. |
AppointmentClick | Occurs when the end-user clicks an appointment. |
AppointmentDeleting | Client-side event that fires before an appointment is deleted. |
AppointmentDoubleClick | Occurs when the end-user double clicks on an appointment. |
AppointmentDrag | A client-side event that occurs when an appointment is being dragged. |
AppointmentDrop | Client-side event that occurs after an appointment has been dragged and dropped. |
AppointmentResize | Client-side event that occurs when an appointment is resized. |
AppointmentResizing | A client-side event that occurs when an appointment is being resized. |
AppointmentsSelectionChanged | Occurs on the client side when the user selects an appointment. |
AppointmentToolTipShowing | Fires on the client side before the appointment tooltip is shown. |
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. |
CellClick | Occurs when an end-user clicks a time cell. |
CellDoubleClick | Occurs when and end-user double-clicks a time cell. |
EndCallback | Occurs on the client side after a callback’s server-side processing has been completed. |
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. |
MoreButtonClicked | Occurs when one of More Buttons is clicked. |
SelectionChanged | Fires on the client side when the time cell selection is changed. |
SelectionChanging | Occurs on the client side when the time cell selection is about to change. |
Shortcut | Occurs when an end-user presses a keyboard shortcut. |
VisibleIntervalChanged | Fires on the client side when the time interval of the scheduling area is changed. |
See Also