Skip to main content
All docs
V25.2
  • SelectionChangingEventArgs(CollectionChangeAction, TreeListNode) Constructor

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

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.2.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