Skip to main content

IndicatorLeaveEventHandler Delegate

In This Article

A method that will handle the RangeBase.IndicatorLeave event.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

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

#Parameters

Name Type
sender Object
e IndicatorLeaveEventArgs
See Also
IndicatorLeaveEventHandler Members