Click or drag to resize

AnimationClient.AnimationCanceled Event

Version 94.4.20
Event for when an animation has been cancelled.

Namespace:  CefSharp.DevTools.Animation
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public event EventHandler<AnimationCanceledEventArgs> AnimationCanceled

Value

Type: System.EventHandler<AnimationCanceledEventArgs>
See Also