alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DragEndEventArgs

    Provides data for the DragEnd event.

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

    Constructors

    DragEndEventArgs(DiagramBaseItem)

    Initializes a new instance of the DragEndEventArgs class.

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

    the Item.

    Properties

    Item

    Gets return the diagram element which is dragged.

    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