Class ItemDeletedEventArgs
Provides data for ItemDeletedEventArgs of the diagram.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ItemDeletedEventArgs : DiagramEventArgs
Constructors
ItemDeletedEventArgs(Object, ItemSource)
Initializes a new instance of the ItemDeletedEventArgs class.
Declaration
public ItemDeletedEventArgs(object item, ItemSource source)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | Represent the object Deleted in the diagram. |
ItemSource | source | Represent the ItemSource of the object. |
Properties
ItemSource
Gets or sets the ItemSource of the object.
Declaration
public ItemSource ItemSource { get; set; }
Property Value
Type |
---|
ItemSource |