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