Table of Contents

Class AnimationCreatedEventArgs

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

Event for each animation that has been created.

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

Constructors

AnimationCreatedEventArgs(string)

Event for each animation that has been created.

public AnimationCreatedEventArgs(string Id)

Parameters

Id string

Id of the animation that was created.

Properties

Id

Id of the animation that was created.

public string Id { get; init; }

Property Value

string