IndicatorEnterEventHandler Delegate
A method that will handle the RangeBase.IndicatorEnter event.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v25.1.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 | IndicatorEnterEventArgs | An IndicatorEnterEventArgs object that contains event data. |
See Also