Skip to main content

BeforeDragNodeEventArgs(IList<TreeListNode>, TreeListNode) Constructor

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public BeforeDragNodeEventArgs(
    IList<TreeListNode> nodes,
    TreeListNode node
)

Parameters

Name Type Description
nodes IList<TreeListNode>

A list of nodes that are about to be dragged.

node TreeListNode

The node that is focused when a drag-and-drop operation starts.

See Also