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