Table of Contents

Class ContextCreatedEventArgs

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

Notifies that a new BaseAudioContext has been created.

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

Constructors

ContextCreatedEventArgs(BaseAudioContext)

Notifies that a new BaseAudioContext has been created.

public ContextCreatedEventArgs(BaseAudioContext Context)

Parameters

Context BaseAudioContext

Properties

Context

public BaseAudioContext Context { get; init; }

Property Value

BaseAudioContext