Table of Contents

Class DomStorageItemUpdatedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.DOMStorage
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record DomStorageItemUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DomStorageItemUpdatedEventArgs>
Inheritance
EventArgs
DomStorageItemUpdatedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

DomStorageItemUpdatedEventArgs(StorageId, string, string, string)

public DomStorageItemUpdatedEventArgs(StorageId StorageId, string Key, string OldValue, string NewValue)

Parameters

StorageId StorageId
Key string
OldValue string
NewValue string

Properties

Key

public string Key { get; init; }

Property Value

string

NewValue

public string NewValue { get; init; }

Property Value

string

OldValue

public string OldValue { get; init; }

Property Value

string

StorageId

public StorageId StorageId { get; init; }

Property Value

StorageId