Class AudioNodeWillBeDestroyedEventArgs
Notifies that an existing AudioNode has been destroyed.
public sealed record AudioNodeWillBeDestroyedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<AudioNodeWillBeDestroyedEventArgs>
- Inheritance
-
EventArgsAudioNodeWillBeDestroyedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
AudioNodeWillBeDestroyedEventArgs(GraphObjectId, GraphObjectId)
Notifies that an existing AudioNode has been destroyed.
public AudioNodeWillBeDestroyedEventArgs(GraphObjectId ContextId, GraphObjectId NodeId)
Parameters
ContextIdGraphObjectIdNodeIdGraphObjectId
Properties
ContextId
public GraphObjectId ContextId { get; init; }
Property Value
NodeId
public GraphObjectId NodeId { get; init; }