Skip to main content
A newer version of this page is available. .

IndicatorEnterEventHandler Delegate

A method that will handle the RangeBase.IndicatorEnter event.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v23.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