Skip to main content
All docs
V24.2

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

public SelectionChangingEventArgs(
    CollectionChangeAction action,
    TreeListNode node
)

Parameters

Name Type
action CollectionChangeAction
node TreeListNode
See Also