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