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