wpf-devexpress-dot-xpf-dot-gauges-b21ecb61.md
A base class for classes that provide data for RangeBase.IndicatorEnter and RangeBase.IndicatorLeave events.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
[NonCategorized]
public class IndicatorEnterLeaveEventArgs :
ValueChangedEventArgs
<NonCategorized>
Public Class IndicatorEnterLeaveEventArgs
Inherits ValueChangedEventArgs
In addition to all properties derived from the ValueChangedEventArgs class, the IndicatorEnterLeaveEventArgs class introduces the IndicatorEnterLeaveEventArgs.Indicator property, which returns an instance of an indicator, for which either the RangeBase.IndicatorEnter or RangeBase.IndicatorLeave event has been raised.
An instance of the IndicatorEnterLeaveEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Object EventArgs ValueChangedEventArgs IndicatorEnterLeaveEventArgs IndicatorEnterEventArgs
See Also