Class ContextWillBeDestroyedEventArgs
Notifies that an existing BaseAudioContext will be destroyed.
public sealed record ContextWillBeDestroyedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ContextWillBeDestroyedEventArgs>
- Inheritance
-
EventArgsContextWillBeDestroyedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
ContextWillBeDestroyedEventArgs(GraphObjectId)
Notifies that an existing BaseAudioContext will be destroyed.
public ContextWillBeDestroyedEventArgs(GraphObjectId ContextId)
Parameters
ContextIdGraphObjectId
Properties
ContextId
public GraphObjectId ContextId { get; init; }