Calculator.ValueChanged Event
In This Article
Occurs after the calculator's value has been changed.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The ValueChanged event's handler receives an argument of the DevExpress.Xpf.Editors.CalculatorValueChangedEventArgs type.
#Remarks
The event parameter has two properties, allowing you to obtain the calculator's current (NewValue) and previous (OldValue) values.
See Also