menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DiagramObjectDroppedEventArgs

    Provides data for the DiagramObjectDropped event.

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

    Constructors

    DiagramObjectDroppedEventArgs(DiagramBaseItem)

    Initializes a new instance of the DiagramObjectDroppedEventArgs class.

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

    DroppedItem.

    Properties

    isFromNative

    Gets or sets a value indicating whether isFromNative.

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

    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