Table of Contents

Class ChildNodeCountUpdatedEventArgs

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

Fired when Container's child node count has changed.

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

Constructors

ChildNodeCountUpdatedEventArgs(NodeId, long)

Fired when Container's child node count has changed.

public ChildNodeCountUpdatedEventArgs(NodeId NodeId, long ChildNodeCount)

Parameters

NodeId NodeId

Id of the node that has changed.

ChildNodeCount long

New node count.

Properties

ChildNodeCount

New node count.

public long ChildNodeCount { get; init; }

Property Value

long

NodeId

Id of the node that has changed.

public NodeId NodeId { get; init; }

Property Value

NodeId