Table of Contents

Class AnimationStartedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Animation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Event for animation that has been started.

public sealed record AnimationStartedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<AnimationStartedEventArgs>
Inheritance
EventArgs
AnimationStartedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

AnimationStartedEventArgs(Animation)

Event for animation that has been started.

public AnimationStartedEventArgs(Animation Animation)

Parameters

Animation Animation

Animation that was started.

Properties

Animation

Animation that was started.

public Animation Animation { get; init; }

Property Value

Animation