Class TreeViewAdvDragDropController
Represents the drag and drop controller of the TreeViewAdv control.
Inheritance
System.Object
TreeViewAdvDragDropController
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TreeViewAdvDragDropController : Object
Constructors
TreeViewAdvDragDropController()
Declaration
public TreeViewAdvDragDropController()
Methods
ProcessOnDrop(TreeViewAdv, DragEventArgs)
Called on drop event when drop occurs from other control to TreeViewAdv.
Declaration
protected virtual void ProcessOnDrop(TreeViewAdv control, DragEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
TreeViewAdv | control | |
System.Windows.DragEventArgs | args |