menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewItemDragOverEventArgs - API Reference

    Show / Hide Table of Contents

    Class TreeViewItemDragOverEventArgs

    Represents the class that provides the data for the ItemDragOver event.

    Inheritance
    System.Object
    System.EventArgs
    TreeViewItemDragOverEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public class TreeViewItemDragOverEventArgs : EventArgs

    Constructors

    TreeViewItemDragOverEventArgs()

    Intializes a new instance of the TreeViewItemDragOverEventArgs class.

    Declaration
    public TreeViewItemDragOverEventArgs()

    Properties

    Data

    Declaration
    public IDataObject Data { get; }
    Property Value
    Type Description
    System.Windows.IDataObject

    DraggingNodes

    Gets the collection of TreeViewNode which are dragged.

    Declaration
    public ObservableCollection<TreeViewNode> DraggingNodes { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<TreeViewNode>

    DragSource

    Gets the reference to the dependency object that is the source of the transferred data.

    Declaration
    public object DragSource { get; }
    Property Value
    Type Description
    System.Object

    DropPosition

    Gets or sets the position where dragged nodes are going to be dropped.

    Declaration
    public DropPosition DropPosition { get; set; }
    Property Value
    Type Description
    DropPosition

    TargetNode

    Gets the node where the dragged nodes are going to be dropped.

    Declaration
    public TreeViewNode TargetNode { get; }
    Property Value
    Type Description
    TreeViewNode
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved