Skip to main content

BaseRange.Leave Event

Fires when a scale’s value leaves the current range.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public event EventHandler Leave

Event Data

The Leave event's data class is EventArgs.

Remarks

When a scale’s value falls into the current range, the BaseRange.Enter event fires. When a scale’s value leaves the range, the Leave event fires.

See Also