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. |