TreeViewNodeCancelEventArgs Properties
Provides data for the ASPxTreeView.ExpandedChanging event.
Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the action that raised the event should be canceled. |
Node |
Gets a node object related to the event.
Inherited from Tree |
See Also