Table of Contents

Class AudioParamCreatedEventArgs

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

Notifies that a new AudioParam has been created.

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

Constructors

AudioParamCreatedEventArgs(AudioParam)

Notifies that a new AudioParam has been created.

public AudioParamCreatedEventArgs(AudioParam Param)

Parameters

Param AudioParam

Properties

Param

public AudioParam Param { get; init; }

Property Value

AudioParam