ASPxClientTreeView Events
Represents a client-side equivalent of the ASPxTreeView object.
Name | Description |
---|---|
Begin |
Occurs when a callback for server-side processing is initiated. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPx |
Checked |
Occurs on the client side when the node’s checked state is changed by clicking on a check box. |
End |
Occurs on the client side after a callback’s server-side processing has been completed. |
Expanded |
Fires on the client side after a node’s expansion state has been changed by end-user interaction. |
Expanded |
Fires on the client side before the expansion state of a node is changed via end-user interaction. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Node |
Fires on the client side after a node has been clicked. |
See Also