menu

WPF

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

    Show / Hide Table of Contents

    Class ItemDropEventArgs

    Provides data for InterSection Events(DragEnter,DragOver,DragLeave and ItemDrop) of the diagram.

    Inheritance
    System.Object
    ItemDropEventArgs
    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.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class ItemDropEventArgs

    Constructors

    ItemDropEventArgs()

    Declaration
    public ItemDropEventArgs()

    Properties

    Cancel

    Gets or sets to allow cancellation of events.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    DragEventArgs

    Gets or sets the drag and drop operation

    Declaration
    public DragEventArgs DragEventArgs { get; set; }
    Property Value
    Type
    System.Windows.DragEventArgs

    ItemSource

    Gets the reason for the event either diagram or stencil.

    Declaration
    public Cause ItemSource { get; }
    Property Value
    Type
    Cause

    Source

    Gets or sets the dragging object

    Declaration
    public object Source { get; set; }
    Property Value
    Type
    System.Object

    Target

    Gets the intersected object when dragging or dropping over the element.

    Declaration
    public object Target { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved