The DialogCurrencyChanged event is called after the dialog currency has been changed.
Syntax | ||||
DialogCurrencyChanged(NewDialogCurrency, LastDialogCurrency) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Name |
Type |
Passing |
Description |
|
NewDialogCurrency |
String |
ByVal |
ID of the new dialog currency |
|
LastDialogCurrency |
String |
ByVal |
ID of the last dialog currency |
|