TreeListNodeDragEventArgs(TreeListNode, TreeListNode) Constructor
Initializes a new instance of the TreeListNodeDragEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| node | TreeListNode | A TreeListNode object that represents the target node. This value is assigned the TreeListNodeEventArgs.Node property. |
| newParentNode | TreeListNode | A TreeListNode object that represents the node to whose child collection the target node is being moved. This value is assigned to the TreeListNodeDragEventArgs.NewParentNode property. |
See Also