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

BaseRange.Leave Event

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

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

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