TreeNodeCancelEventArgs Properties
Provides data for the events that can be handled to prevent specific tree node operations.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
Node | Get the node of the tapped item. |
See Also