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

LinearScale.AnimationCompleted Event

Occurs after the LinearScale object finishes animation.

Namespace: DevExpress.XtraGauges.Core.Model

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

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

Declaration

public event EventHandler AnimationCompleted

Event Data

The AnimationCompleted event's data class is EventArgs.

See Also