MVCxClientTreeView Events
A client-side counterpart of the TreeView extension.
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.
Inherited from ASPx |
End |
Occurs on the client side after a callback’s server-side processing has been completed.
Inherited from ASPx |
Expanded |
Fires on the client side after a node’s expansion state has been changed by end-user interaction.
Inherited from ASPx |
Expanded |
Fires on the client side before the expansion state of a node is changed via end-user interaction.
Inherited from ASPx |
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.
Inherited from ASPx |
See Also