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