Skip to main content

IndicatorEnterLeaveEventArgs Class

A base class for classes that provide data for RangeBase.IndicatorEnter and RangeBase.IndicatorLeave events.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

[NonCategorized]
public class IndicatorEnterLeaveEventArgs :
    ValueChangedEventArgs

Remarks

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.

See Also