Back to Devexpress

IndicatorEnterLeaveEventArgs Class

wpf-devexpress-dot-xpf-dot-gauges-b21ecb61.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
[NonCategorized]
public class IndicatorEnterLeaveEventArgs :
    ValueChangedEventArgs
vb
<NonCategorized>
Public Class IndicatorEnterLeaveEventArgs
    Inherits 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.

Inheritance

Object EventArgs ValueChangedEventArgs IndicatorEnterLeaveEventArgs IndicatorEnterEventArgs

IndicatorLeaveEventArgs

See Also

IndicatorEnterLeaveEventArgs Members

DevExpress.Xpf.Gauges Namespace