IndicatorEnterLeaveEventArgs Properties
A base class for classes that provide data for RangeBase.IndicatorEnter and RangeBase.IndicatorLeave events.| Name | Description |
|---|---|
| Indicator | Gets the object, for which either the RangeBase.IndicatorEnter or RangeBase.IndicatorLeave event has been raised. |
| NewValue | Gets the new value of a property. Inherited from ValueChangedEventArgs. |
| OldValue | Gets the old value of a property. Inherited from ValueChangedEventArgs. |
See Also