| Name | Description |
 | DropDownButtonEditorEvents |
Specifies the client side (JavaScript) DropDownButton Editor element events.
|
 | OnAfterValueChanged |
Specifies the client side (JavaScript) function name that will be invoked when control is clicked.
Specifies the client side (JavaScript) function name that will be invoked when control is clicked. |
 | OnBeforeValueChanged |
Specifies the client side (JavaScript) function name that will be invoked when control value is about to changed
Specifies the client side (JavaScript) function name that will be invoked when control value is about to changed. |
 | OnBlur | Specifies the client side (Java Script) function name that will be invoked when control lost focus. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnChange | Specifies the client side (Java Script) function name that will be invoked when control value is changed. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnClick | Specifies the client side (Java Script) function name that will be invoked when control is clicked. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnDblClick | Specifies the client side (Java Script) function name that will be invoked when control is double clicked. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnDirty |
Specifies the client side (JavaScript) function name that will be invoked when control value is changed.
|
 | OnFocus | Specifies the client side (Java Script) function name that will be invoked when control is focused. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnInvalidDateRange | |
 | OnKeyDown | Specifies the client side (Java Script) function name that will be invoked when key is pressed down on control. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnKeyPress | Specifies the client side (Java Script) function name that will be invoked when key is on control. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnKeyUp | Specifies the client side (Java Script) function name that will be invoked when key is pressed up on control. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnMouseDown | Specifies the client side (Java Script) function name that will be invoked when mousedown event is fired on control. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnMouseMove | Specifies the client side (Java Script) function name that will be invoked when onmousemove event is fired on control. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnMouseOut | Specifies the client side (Java Script) function name that will be invoked when mouse outside event is fired on control. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnMouseOver | Specifies the client side (Java Script) function name that will be invoked when mouseover event is fired on control. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnMouseUp | Specifies the client side (Java Script) function name that will be invoked when mouseup event is fired on control. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |
 | OnQuickDateSelectShow | |
 | OnSelect | Specifies the client side (Java Script) function name that will be invoked when control is selected. Parameters (controlId) (Inherited from ISNet.WebUI.BaseElementClientSideEvents) |