CreepingLineAnimationCompletedEventHandler Delegate
In This Article
A method that will handle the CreepingLineAnimation.CreepingLineAnimationCompleted event.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public delegate void CreepingLineAnimationCompletedEventHandler(
object sender,
EventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Event |
A Event |
See Also