menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewAdvDragDropController - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewAdvDragDropController

    Represents the drag and drop controller of the TreeViewAdv control.

    Inheritance
    System.Object
    TreeViewAdvDragDropController
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved