| AnimationClientAnimationStarted Event | 
Version 103.0.120 
            Event for animation that has been started.
            
 
    Namespace: 
   CefSharp.DevTools.Animation
    Assembly:
   CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
 Syntax
Syntaxpublic event EventHandler<AnimationStartedEventArgs> AnimationStarted
public:
 event EventHandler<AnimationStartedEventArgs^>^ AnimationStarted {
	void add (EventHandler<AnimationStartedEventArgs^>^ value);
	void remove (EventHandler<AnimationStartedEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerAnimationStartedEventArgs See Also
See Also