Class SinksUpdatedEventArgs
This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.
public sealed record SinksUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<SinksUpdatedEventArgs>
- Inheritance
-
EventArgsSinksUpdatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
SinksUpdatedEventArgs(ImmutableArray<Sink>)
This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.
public SinksUpdatedEventArgs(ImmutableArray<Sink> Sinks)
Parameters
SinksImmutableArray<Sink>
Properties
Sinks
public ImmutableArray<Sink> Sinks { get; init; }