BeforeDragNodeEventArgs(IList<TreeListNode>, TreeListNode) Constructor
Initializes a new instance of the BeforeDragNodeEventArgs class with the specified settings.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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