TreeViewNodeEventArgs Properties
Provides data for the AfterCollapse, AfterExpand and SelectionChanged events.Name | Description |
---|---|
CausedByAPI | Obsolete. Specifies whether an event was triggered by a user action or programmatically. |
NodeInfo | Returns information about a node related to the event. |
Reason | Returns the reason why the TreeView node’s state changes. |
See Also