Search Results for

    Show / Hide Table of Contents

    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 Source

    AddedItems

    Declaration
    public IEnumerable<TransactionItem> AddedItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<TransactionItem>
    | Improve this Doc View Source

    RemovedItems

    Declaration
    public IEnumerable<TransactionItem> RemovedItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<TransactionItem>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx