Class MarketCatalogUpdatedEventArgs
Inheritance
MarketCatalogUpdatedEventArgs
Assembly: tt-net-api.dll
Syntax
public class MarketCatalogUpdatedEventArgs : EventArgs
Constructors
MarketCatalogUpdatedEventArgs(List<Market>)
Declaration
public MarketCatalogUpdatedEventArgs(List<Market> added)
Parameters
MarketCatalogUpdatedEventArgs(List<Market>, Exception)
Declaration
public MarketCatalogUpdatedEventArgs(List<Market> added, Exception error)
Parameters
Properties
Added
Declaration
public List<Market> Added { get; }
Property Value
Error
Declaration
public Exception Error { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides