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

BaseRange.Enter Event

Fires when a scale’s value falls into the current range.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

public event EventHandler Enter

Event Data

The Enter event's data class is EventArgs.

Remarks

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

See Also