Table of Contents

Class SinksUpdatedEventArgs

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

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
EventArgs
SinksUpdatedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.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

Sinks ImmutableArray<Sink>

Properties

Sinks

public ImmutableArray<Sink> Sinks { get; init; }

Property Value

ImmutableArray<Sink>