Skip to main content

ASPxClientTreeView Events

Represents a client-side equivalent of the ASPxTreeView object.
Name Description
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientTreeView.
CheckedChanged Occurs on the client side when the node’s checked state is changed by clicking on a check box.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed.
ExpandedChanged Fires on the client side after a node’s expansion state has been changed by end-user interaction.
ExpandedChanging 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 ASPxClientControlBase.
NodeClick Fires on the client side after a node has been clicked.
See Also