Back to Devexpress

ValueIndicatorBase.ValueChanged Event

wpf-devexpress-dot-xpf-dot-gauges-dot-valueindicatorbase-c4667510.md

latest1.7 KB
Original Source

ValueIndicatorBase.ValueChanged Event

Occurs when the ValueIndicatorBase.Value property has been changed.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public event ValueChangedEventHandler ValueChanged
vb
Public Event ValueChanged As ValueChangedEventHandler

Event Data

The ValueChanged event's data class is ValueChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
NewValueGets the new value of a property.
OldValueGets the old value of a property.

Remarks

When handling the ValueChanged event, use the ValueChangedEventArgs.OldValue and ValueChangedEventArgs.NewValue properties to obtain the old property value and the value that has been assigned to the property.

See Also

ValueIndicatorBase Class

ValueIndicatorBase Members

DevExpress.Xpf.Gauges Namespace