menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DragEndEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DragEndEventArgs

    Provides data for the DragEnd event.

    Inheritance
    System.Object
    DragEndEventArgs
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class DragEndEventArgs : EventArgs

    Constructors

    DragEndEventArgs(DiagramBaseItem)

    Initializes a new instance of the DragEndEventArgs class.

    Declaration
    public DragEndEventArgs(DiagramBaseItem item)
    Parameters
    Type Name Description
    DiagramBaseItem item

    Properties

    Item

    Gets the item.

    Declaration
    public DiagramBaseItem Item { get; }
    Property Value
    Type Description
    DiagramBaseItem

    The item.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved