Table of Contents

Class AudioParamWillBeDestroyedEventArgs

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

Notifies that an existing AudioParam has been destroyed.

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

Constructors

AudioParamWillBeDestroyedEventArgs(GraphObjectId, GraphObjectId, GraphObjectId)

Notifies that an existing AudioParam has been destroyed.

public AudioParamWillBeDestroyedEventArgs(GraphObjectId ContextId, GraphObjectId NodeId, GraphObjectId ParamId)

Parameters

ContextId GraphObjectId
NodeId GraphObjectId
ParamId GraphObjectId

Properties

ContextId

public GraphObjectId ContextId { get; init; }

Property Value

GraphObjectId

NodeId

public GraphObjectId NodeId { get; init; }

Property Value

GraphObjectId

ParamId

public GraphObjectId ParamId { get; init; }

Property Value

GraphObjectId