Class ItemListChangedEventArgs
Eventarguments for changes in the item list
Inheritance
System.Object
System.EventArgs
ItemListChangedEventArgs
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.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class ItemListChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceAddedItems
Declaration
public IEnumerable<TransactionItem> AddedItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<TransactionItem> |
RemovedItems
Declaration
public IEnumerable<TransactionItem> RemovedItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<TransactionItem> |