Calculator.ValueChanged Event
Occurs after the calculator’s value has been changed.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Event Data
The ValueChanged event's data class is DevExpress.Xpf.Editors.CalculatorValueChangedEventArgs.
Remarks
The event parameter has two properties, allowing you to obtain the calculator’s current (NewValue) and previous (OldValue) values.
See Also