Class DiagramObjectDeletedEventArgs
Provides data for the DiagramObjectDeleted event.
Inheritance
System.Object
DiagramObjectDeletedEventArgs
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class DiagramObjectDeletedEventArgs : EventArgs
Constructors
DiagramObjectDeletedEventArgs(DiagramBaseItem)
Initializes a new instance of the DiagramObjectDeletedEventArgs class.
Declaration
public DiagramObjectDeletedEventArgs(DiagramBaseItem deletedItem)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagramBaseItem | deletedItem |
Properties
Item
Gets the item.
Declaration
public DiagramBaseItem Item { get; }
Property Value
| Type | Description |
|---|---|
| DiagramBaseItem | The item. |