Table of Contents

Class ScrollableFlagUpdatedEventArgs

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

Fired when a node's scrollability state changes.

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

Constructors

ScrollableFlagUpdatedEventArgs(NodeId, bool)

Fired when a node's scrollability state changes.

public ScrollableFlagUpdatedEventArgs(NodeId NodeId, bool IsScrollable)

Parameters

NodeId NodeId

The id of the node.

IsScrollable bool

If the node is scrollable.

Properties

IsScrollable

If the node is scrollable.

public bool IsScrollable { get; init; }

Property Value

bool

NodeId

The id of the node.

public NodeId NodeId { get; init; }

Property Value

NodeId