CreepingLineAnimationCompletedEventHandler Delegate
A method that will handle the CreepingLineAnimation.CreepingLineAnimationCompleted event.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.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 | EventArgs | A EventArgs object that contains event data. |
See Also