Class ItemAddedEventArgs
Item added event arguments
Inheritance
System.Object
System.EventArgs
ItemAddedEventArgs
Inherited Members
System.EventArgs.Empty
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: Simplic.Collections.Generic
Assembly: Simplic.CoreLib.dll
Syntax
public class ItemAddedEventArgs : EventArgs
Properties
| Improve this Doc View SourceItem
Gets or sets the affected item
Declaration
public object Item { get; set; }
Property Value
Type | Description |
---|---|
System.Object |