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