Class ItemAddingEventArgs
Provides data for the ItemAdding event.
Inheritance
System.Object
System.EventArgs
ItemAddingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |