Skip to main content
A newer version of this page is available. .

BeforeDragNodeEventArgs(IList<TreeListNode>, TreeListNode) Constructor

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

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