Table of Contents

Class AudioListenerWillBeDestroyedEventArgs

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

Notifies that a new AudioListener has been created.

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

Constructors

AudioListenerWillBeDestroyedEventArgs(GraphObjectId, GraphObjectId)

Notifies that a new AudioListener has been created.

public AudioListenerWillBeDestroyedEventArgs(GraphObjectId ContextId, GraphObjectId ListenerId)

Parameters

ContextId GraphObjectId
ListenerId GraphObjectId

Properties

ContextId

public GraphObjectId ContextId { get; init; }

Property Value

GraphObjectId

ListenerId

public GraphObjectId ListenerId { get; init; }

Property Value

GraphObjectId