SelectionChangingEventArgs Properties
Contains data for the SelectionChanging event.| Name | Description |
|---|---|
| Action | Gets an action that describes how the collection of selected nodes is about to change. |
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Node | Gets the processed node. |
See Also