Class ItemAddingEventArgs
Provides data for the ItemAdding event.
Inheritance
System.Object
ItemAddingEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ItemAddingEventArgs : EventArgs
Constructors
ItemAddingEventArgs(Object, ItemSource)
Initializes a new instance of the ItemAddingEventArgs class.
Declaration
public ItemAddingEventArgs(object item, ItemSource itemSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | |
ItemSource | itemSource |
Properties
Item
Gets the item that is about to be added.
Declaration
public object Item { get; set; }
Property Value
Type |
---|
System.Object |
ItemSource
Gets the ItemSource of the item.
Declaration
public ItemSource ItemSource { get; }
Property Value
Type |
---|
ItemSource |