Constructor BalanceChangedEventArgs
BalanceChangedEventArgs(Currency, long, long)
Declaration
public BalanceChangedEventArgs(Currency currency, long oldBalance, long newBalance)
Parameters
| Type | Name | Description |
|---|---|---|
| Currency | currency | The currency that changed balance. |
| long | oldBalance | The currency's balance before the change. |
| long | newBalance | The currency's balance after the change. |