SelectionChangingEventArgs(CollectionChangeAction, TreeListNode) Constructor
Initializes a new instance of the SelectionChangingEventArgs class with specified settings.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| action | CollectionChangeAction |
| node | TreeListNode |
See Also