TreeListNodeEventArgs(RoutedEvent, TreeListNode) Constructor
Initializes a new instance of the TreeListNodeEventArgs class with specified settings.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| routedEvent | RoutedEvent |
| node | TreeListNode |
See Also