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

ArcScale.MinMaxValueChanged Event

Fires when the value of the ArcScale.MinValue or ArcScale.MaxValue property is changed.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

public event EventHandler MinMaxValueChanged

Event Data

The MinMaxValueChanged event's data class is EventArgs.

See Also