Show / Hide Table of Contents

Class CurrencyUpdatedEventArgs

Inheritance
object
EventArgs
CurrencyUpdatedEventArgs
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 CurrencyUpdatedEventArgs : EventArgs

Properties

Currency

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