Back to Devexpress

ValueChangedEventArgs Class

wpf-devexpress-dot-xpf-dot-gauges-82e0fdfa.md

latest2.4 KB
Original Source

ValueChangedEventArgs Class

Provides data for the ValueIndicatorBase.ValueChanged event.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
[NonCategorized]
public class ValueChangedEventArgs :
    EventArgs
vb
<NonCategorized>
Public Class ValueChangedEventArgs
    Inherits EventArgs

ValueChangedEventArgs is the data class for the following events:

Remarks

The ValueIndicatorBase.ValueChanged event occurs when the ValueIndicatorBase.Value property has been changed. Note that this event is invoked irrespective of the way an indicator’s value was changed - either via mouse-click on a range or programmatically via code.

The ValueChangedEventArgs class provides the ValueChangedEventArgs.OldValue and ValueChangedEventArgs.NewValue properties that return the previous and current values of the ValueIndicatorBase.Value property.

An instance of the ValueChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs ValueChangedEventArgs IndicatorEnterLeaveEventArgs

IndicatorEnterEventArgs

IndicatorLeaveEventArgs

See Also

ValueChangedEventArgs Members

DevExpress.Xpf.Gauges Namespace