Table of Contents

Class EntryAddedEventArgs

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

Issued when new message was logged.

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

Constructors

EntryAddedEventArgs(LogEntry)

Issued when new message was logged.

public EntryAddedEventArgs(LogEntry Entry)

Parameters

Entry LogEntry

The entry.

Properties

Entry

The entry.

public LogEntry Entry { get; init; }

Property Value

LogEntry