Table of Contents

Class AudioNodeWillBeDestroyedEventArgs

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

Notifies that an existing AudioNode has been destroyed.

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

Constructors

AudioNodeWillBeDestroyedEventArgs(GraphObjectId, GraphObjectId)

Notifies that an existing AudioNode has been destroyed.

public AudioNodeWillBeDestroyedEventArgs(GraphObjectId ContextId, GraphObjectId NodeId)

Parameters

ContextId GraphObjectId
NodeId GraphObjectId

Properties

ContextId

public GraphObjectId ContextId { get; init; }

Property Value

GraphObjectId

NodeId

public GraphObjectId NodeId { get; init; }

Property Value

GraphObjectId