TreeViewClientSideEvents Properties
Contains a list of the client-side events available for the ASPxTreeView.Name | Description |
---|---|
BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase. |
CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase. |
CheckedChanged | Gets or sets the name of the JavaScript function or the entire code, which will handle the client ASPxClientTreeView.CheckedChanged event. |
EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase. |
ExpandedChanged | Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeView’s ASPxClientTreeView.ExpandedChanged event. |
ExpandedChanging | Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeView’s ASPxClientTreeView.ExpandedChanging event. |
Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
NodeClick | Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeView’s ASPxClientTreeView.NodeClick event. |
See Also