wpf-devexpress-dot-xpf-dot-gauges-82e0fdfa.md
Provides data for the ValueIndicatorBase.ValueChanged event.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
[NonCategorized]
public class ValueChangedEventArgs :
EventArgs
<NonCategorized>
Public Class ValueChangedEventArgs
Inherits EventArgs
ValueChangedEventArgs is the data class for the following events:
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.
Object EventArgs ValueChangedEventArgs IndicatorEnterLeaveEventArgs
See Also