BootstrapClientTreeViewNodeCancelEventArgs Members
Provides data for the ASPxClientTreeView.ExpandedChanging event.Constructors
Name | Description |
---|---|
constructor(processOnServer, node) | Initializes a new object of the BootstrapClientTreeViewNodeCancelEventArgs type with the specified settings. |
Properties
Name | Description |
---|---|
cancel | Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientProcessingModeCancelEventArgs. |
node | Gets a node object related to the event. |
processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
See Also