Fires before currency is changed.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function add_currencyChanging(value);
function remove_currencyChanging(value);

Remarks

To cancel the operation set the Cancel property of the CurrencyChangingEventArgs object to true.

See Also