BalanceChangedEventArgs Constructor

GF API Documentation
Initializes a new instance of the BalanceChangedEventArgs class

Namespace:  GF.Api.Accounts
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public BalanceChangedEventArgs(
	IAccount account,
	ICurrency currency
)

Parameters

account
Type: GF.Api.AccountsIAccount
affected account
currency
Type: GF.Api.CurrenciesICurrency
balance currency
See Also

Reference