IndicatorEnterEventHandler Delegate
In This Article
A method that will handle the RangeBase.IndicatorEnter event.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public delegate void IndicatorEnterEventHandler(
object sender,
IndicatorEnterEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Indicator |
An Indicator |
See Also