Skip to main content

IndicatorLeaveEventHandler Delegate

A method that will handle the RangeBase.IndicatorLeave event.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v23.2.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public delegate void IndicatorLeaveEventHandler(
    object sender,
    IndicatorLeaveEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e IndicatorLeaveEventArgs

An IndicatorLeaveEventArgs object that contains event data.

See Also