The DayPilotScheduler type exposes the following members.

Events

  NameDescription
Public eventBeforeCellRender
Use this event to modify time cell properties before rendering.
Public eventBeforeEventRecurrence
This event is fired during event loading.
Public eventBeforeEventRender
This event is fired before events are rendered.
Public eventBeforeResHeaderRender
Use this event to modify resource header (Y axis) properties before rendering.
Public eventBeforeTimeHeaderRender
Use this event to modify time header (X axis) properties before rendering.
Public eventCommand
This event is fired using client-side .commandCallBack() function. Use it to refresh the control using fast callback.
Public eventDataBinding
Occurs when the server control binds to a data source.
(Inherited from Control.)
Public eventDataBound
Occurs after the server control binds to a data source.
(Inherited from BaseDataBoundControl.)
Public eventDisposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.)
Public eventEventAdd
Fires when client-side EventAdd event is notified to the server.
Public eventEventClick
This event is fired when a user clicks an event.
Public eventEventDoubleClick
This event is fired when a user double-clicks an event.
Public eventEventEdit
Fires when a user confirms event text changes (after editing).
Public eventEventMenuClick
This event is fired when a user selects context menu item where the MenuItem.Action is set to PostBack or CallBack.
Public eventEventMove
This event is fired when a user moves an event by dragging.
Public eventEventRemove
Fires when client-side EventRemove event is notified to the server.
Public eventEventResize
This event is fired when a user resizes an event by top or bottom border dragging.
Public eventEventRightClick
This event is fired when a user clicks an event with a right mouse button.
Public eventEventSelect
Fires when a user selects an event.
Public eventEventUpdate
Fires when client-side EventUpdate event is notified to the server.
Public eventInit
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.)
Public eventLoad
Occurs when the server control is loaded into the Page object.
(Inherited from Control.)
Public eventLoadNode
Fires when the expand icon of a resource with ChildrenLoaded="false" is clicked.
Public eventNotify
Fires when queued client-side operations are notified to the server.
Public eventPreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
Public eventResourceCollapse
Fires when a user collapses a resource tree node.
Public eventResourceExpand
Fires when a user expands a resource tree node.
Public eventResourceHeaderClick
Fires when a user clicks a row header.
Public eventResourceHeaderMenuClick
Fires when a user clicks a menu item. MenuItem.Action must be set to PostBack or CallBack.
Public eventScroll
This event is fired when user scrolls using either the horizontal or vertical scrollbar.
Public eventTimeRangeDoubleClick
Fires when a user double-clicks a selected time range. TimeRangeDoubleClickHandling must be set to PostBack, CallBack, or JavaScript.
Public eventTimeRangeMenuClick
Fires when a user clicks a menu item. MenuItem.Action must be set to PostBack or CallBack.
Public eventTimeRangeSelected
This event is fired when a user clicks a time cell or selects cells by mouse dragging.
Public eventUnload
Occurs when the server control is unloaded from memory.
(Inherited from Control.)

See Also