TreeListNodeEventArgs Constructors
Provides data for the TreeListView.NodeExpanded and TreeListView.NodeCollapsed events.| Name | Parameters | Description |
|---|---|---|
| TreeListNodeEventArgs(TreeListNode) | node | Initializes a new instance of the TreeListNodeEventArgs class. |
| TreeListNodeEventArgs(RoutedEvent, TreeListNode) | routedEvent, node | Initializes a new instance of the TreeListNodeEventArgs class with specified settings. |
See Also