Back to Devexpress

ArcScale.MinMaxValueChanged Event

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-ef1401b4.md

latest1.4 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public event EventHandler MinMaxValueChanged
vb
Public Event MinMaxValueChanged As EventHandler

Event Data

The MinMaxValueChanged event's data class is EventArgs.

See Also

MinValue

MaxValue

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace