The DayPilotMonth type exposes the following members.

Events

  NameDescription
Public eventBeforeCellRender
This event is fired for each time cell. You can modify its properties (e.g. background color) here.
Public eventBeforeEventRecurrence
This event is fired during event loading.
Public eventBeforeEventRender
This event is fired before events are rendered.
Public eventBeforeHeaderRender
This event is fired before column header is rendered.
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 eventEventClick
This event is fired when a user clicks an event.
Public eventEventDoubleClick
Fires when a user double-clicks an event.
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 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 eventHeaderClick
Fires when the user clicks a header with day name (Sunday, Monday...).
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 eventPreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
Public eventTimeRangeDoubleClick
Fires when a user double-clicks a selected time range. TimeRangeDoubleClickHandling must be set to PostBack or CallBack.
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