Table of Contents

Class ContextWillBeDestroyedEventArgs

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

Notifies that an existing BaseAudioContext will be destroyed.

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

Constructors

ContextWillBeDestroyedEventArgs(GraphObjectId)

Notifies that an existing BaseAudioContext will be destroyed.

public ContextWillBeDestroyedEventArgs(GraphObjectId ContextId)

Parameters

ContextId GraphObjectId

Properties

ContextId

public GraphObjectId ContextId { get; init; }

Property Value

GraphObjectId