Skip to main content

IndicatorEnterEventArgs Class

Provides data for the RangeBase.IndicatorEnter event.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class IndicatorEnterEventArgs :
    IndicatorEnterLeaveEventArgs

Remarks

The RangeBase.IndicatorEnter event occurs when any value indicator (e.g., needle, level bar, marker or range bar) enters a particular range.

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

See Also