Table of Contents

Class GetAttribRequestedEventArgs

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

Constructors

GetAttribRequestedEventArgs(string, long, long)

public GetAttribRequestedEventArgs(string RequestId, long Handle, long AttribId)

Parameters

RequestId string
Handle long
AttribId long

Properties

AttribId

public long AttribId { get; init; }

Property Value

long

Handle

public long Handle { get; init; }

Property Value

long

RequestId

public string RequestId { get; init; }

Property Value

string