Class ProductCatalogEventArgs
Inheritance
ProductCatalogEventArgs
Assembly: tt-net-api.dll
Syntax
public class ProductCatalogEventArgs : EventArgs
Properties
Added
Declaration
public IEnumerable<Product> Added { get; }
Property Value
Deleted
Declaration
public IEnumerable<Product> Deleted { get; }
Property Value
Event
Declaration
public ProductDataEvent Event { get; }
Property Value
IsFinal
Declaration
public bool IsFinal { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
ProductCatalog
Declaration
public ProductCatalog ProductCatalog { get; }
Property Value
Updated
Declaration
public IEnumerable<Product> Updated { get; }
Property Value