Skip to main content
All docs
V24.1

SelectionChangingEventArgs(CollectionChangeAction, TreeListNode) Constructor

Initializes a new instance of the SelectionChangingEventArgs class with specified settings.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public SelectionChangingEventArgs(
    CollectionChangeAction action,
    TreeListNode node
)

Parameters

Name Type
action CollectionChangeAction
node TreeListNode
See Also