Class TreeViewAdvDragDropController
Represents the drag and drop controller of the TreeViewAdv control.
Inheritance
System.Object
TreeViewAdvDragDropController
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TreeViewAdvDragDropController
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 |