Skip to main content
A newer version of this page is available. .

Calculator.ValueChanged Event

Occurs after the calculator’s value has been changed.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public event CalculatorValueChangedEventHandler ValueChanged

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