Table of Contents

Class AnimationUpdatedEventArgs

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

Event for animation that has been updated.

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

Constructors

AnimationUpdatedEventArgs(Animation)

Event for animation that has been updated.

public AnimationUpdatedEventArgs(Animation Animation)

Parameters

Animation Animation

Animation that was updated.

Properties

Animation

Animation that was updated.

public Animation Animation { get; init; }

Property Value

Animation