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

LinearScale.ValueChanged Event

Fires after the scale’s current value has been changed.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

public event EventHandler ValueChanged

Event Data

The ValueChanged event's data class is EventArgs.

Remarks

The ValueChanged event fires after the scale’s value (LinearScale.Value) has been changed.

See Also