menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DiagramObjectDroppedEventArgs

    Provides data for the DiagramObjectDropped event.

    Inheritance
    System.Object
    DiagramObjectDroppedEventArgs
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public class DiagramObjectDroppedEventArgs : Object

    Constructors

    DiagramObjectDroppedEventArgs(DiagramBaseItem)

    Initializes a new instance of the DiagramObjectDroppedEventArgs class. Events trigger on Dropping the element.

    Declaration
    public DiagramObjectDroppedEventArgs(DiagramBaseItem droppedItem)
    Parameters
    Type Name Description
    DiagramBaseItem droppedItem

    dropped 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