| Name | Description |
 | OnAfterAdd |
Gets or sets the event handler when insert is completed.
Gets or sets the event handler when insert is completed. |
 | OnAfterDelete |
Gets or sets the event handler after delete is completed.
Gets or sets the event handler when delete is completed. |
 | OnAfterEdit |
Gets or sets the event handler after update is completed.
Gets or sets the event handler when update is completed. |
 | OnAfterRenderCalendar |
Gets or sets the event handler after render calendar is completed.
Gets or sets the event handler when calendar rendereing is completed. |
 | OnAfterRenderView |
Gets or sets the event handler after render view is completed.
Gets or sets the event handler when calendar viewing is completed. |
 | OnAfterTimelineViewSwitch |
Gets or sets the event handler after Timeline view switch.
|
 | OnAfterViewSwitched |
Gets or sets the event handler after scheduler view switch action.
|
 | OnBackNavigation |
Gets or sets the event handler when back navigation action, in scheduler view and calendar, is about to be performed.
|
 | OnBeforeAdd |
Gets or sets the event handler before insert is executed.
Gets or sets the event handler before update is executed. |
 | OnBeforeDelete |
Gets or sets the event handler when delete is executed.
Gets or sets the event handler when delete is executed. |
 | OnBeforeEdit |
Gets or sets the event handler when update is executed.
Gets or sets the event handler when update is executed. |
 | OnBeforeRequest |
Gets or sets the event handler before request is posted.
Gets or sets the event handler before request is posted. |
 | OnBeforeTimelineViewSwitch |
Gets or sets the event handler before Timeline view switch.
|
 | OnBeforeViewSwitched |
Gets or sets the event handler before scheduler view switch action.
|
 | OnCalendarCellClicked |
Gets or sets the event handler when calendar cell is clicked.
|
 | OnCallOutClose |
Gets or sets the event handler when WebScheduler CallOut is closed.
Gets or sets the event handler when WebScheduler callout is closed. |
 | OnCallOutInitialize |
Gets or sets the event handler when initialize WebScheduler CallOut.
Gets or sets the event handler when initialize WebScheduler callout. |
 | OnCallOutShow |
Gets or sets the event handler when WebScheduler CallOut is shown.
Gets or sets the event handler when WebScheduler callout is shown. |
 | OnCellDoubleClicked |
Gets or sets the event handler when a cell is double clicked.
|
 | OnCellSelected |
Gets or sets the event handler when a cell is selected.
|
 | OnConfirmationFormShow |
Gets or sets the event handler when the editing form is being shown.
|
 | OnContextMenu |
Gets or sets the event handler when the context menu is about to be displayed.
Gets or sets the event handler when the the context menu is being shown. |
 | OnEditingFormCancel |
Gets or sets the event handler when the cancel button in editing form is clicked.
Gets or sets the event handler when the cancel button in editing form is clicked. |
 | OnEditingFormClose |
Gets or sets the event handler when the editing form is being closed.
Gets or sets the event handler when the editing form is being closed. |
 | OnEditingFormInitialize |
Gets or sets the event handler when the editing form is being initialized.
Gets or sets the event handler when the editing form is being initialized. |
 | OnEditingFormSave |
Gets or sets the event handler when the save button in editing form is clicked.
Gets or sets the event handler when the save button in editing form is clicked. |
 | OnEditingFormShow |
Gets or sets the event handler when the editing form is being shown.
Gets or sets the event handler when the editing form is being shown. |
 | OnEventBound |
Gets or sets the event handler when Event is bound.
Gets or sets the event handler when Event is bound. |
 | OnEventDoubleClicked |
Gets or sets the event handler when an event is double clicked.
|
 | OnEventSelected |
Gets or sets the event handler when an event is selected.
|
 | OnForwardNavigation |
Gets or sets the event handler when forward navigation action, in scheduler view and calendar, is about to be performed.
|
 | OnInitialize |
Gets or sets the event handler when WebScheduler is initialized.
|
 | OnMultipleCellSelected |
Gets or sets the event handler when multiple dates are selected.
|
 | OnResourceClicked |
Gets or sets the event handler when resource checkbox is clicked.
|
 | OnResponse |
Gets or sets the event handler on response.
Gets or sets the event handler on response. |
 | OnResponseError |
Gets or sets the event handler that will be invoked when the callback action returns error response..
|
 | OnTimelineCustomResource |
Gets or sets the event handler on Timeline's Custom Resource.
Gets or sets the event handler when the custom resources is being implemented in Timeline. |
 | OnValidateDisabledTime |
Gets or sets the event handler to validate DisabledTime manually.
Validation should return true or false. True if the the range of time inside DisabledTime range, and False if the range of time outside DisabledTime range.
|