Table of Contents

Class AnimationCanceledEventArgs

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

Event for when an animation has been cancelled.

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

Constructors

AnimationCanceledEventArgs(string)

Event for when an animation has been cancelled.

public AnimationCanceledEventArgs(string Id)

Parameters

Id string

Id of the animation that was cancelled.

Properties

Id

Id of the animation that was cancelled.

public string Id { get; init; }

Property Value

string