TreeListNodeDragEventArgs Class
In This Article
Provides data for the ASPxTreeList.ProcessDragNode event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeListNodeDragEventArgs :
TreeListNodeCancelEventArgs
#Remarks
To learn more, see Drag and Drop.
#Inheritance
Object
EventArgs
TreeListNodeEventArgs
TreeListNodeCancelEventArgs
TreeListNodeDragEventArgs
See Also