Skip to main content

ArcScale.GeometryChanged Event

Fires after any of the following properties has changed: ArcScale.Center, ArcScale.RadiusX, ArcScale.RadiusY, ArcScale.StartAngle or ArcScale.EndAngle.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public event EventHandler GeometryChanged

Event Data

The GeometryChanged event's data class is EventArgs.

See Also