Class ItemDeletedEventArgs
Provides data for ItemDeletedEventArgs of the diagram.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
ItemSource |