Back to Devexpress

Calculator.ValueChanged Event

wpf-devexpress-dot-xpf-dot-editors-dot-calculator-cf60bc14.md

latest1.2 KB
Original Source

Calculator.ValueChanged Event

Occurs after the calculator’s value has been changed.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event CalculatorValueChangedEventHandler ValueChanged
vb
Public Event ValueChanged As CalculatorValueChangedEventHandler

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

Value

DisplayText

Calculator Class

Calculator Members

DevExpress.Xpf.Editors Namespace