Show / Hide Table of Contents

Class AlgoLookupEventArgs

Inheritance
object
EventArgs
AlgoLookupEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class AlgoLookupEventArgs : EventArgs

Properties

Added

Declaration
public Algo Added { get; }
Property Value
Type Description
Algo

AlgoLookup

Declaration
public AlgoLookup AlgoLookup { get; }
Property Value
Type Description
AlgoLookup

Deleted

Declaration
public Algo Deleted { get; }
Property Value
Type Description
Algo

Event

Declaration
public ProductDataEvent Event { get; }
Property Value
Type Description
ProductDataEvent

IsFinal

Declaration
public bool IsFinal { get; }
Property Value
Type Description
bool

Message

Declaration
public string Message { get; }
Property Value
Type Description
string

Updated

Declaration
public Algo Updated { get; }
Property Value
Type Description
Algo
In this article
Back to top