CastClientSinksUpdated Event | 
Version 108.4.130 
            This is fired whenever the list of available sinks changes. A sink is a
            device or a software surface that you can cast to.
            
 
    Namespace: 
   CefSharp.DevTools.Cast
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic event EventHandler<SinksUpdatedEventArgs> SinksUpdated
public:
 event EventHandler<SinksUpdatedEventArgs^>^ SinksUpdated {
	void add (EventHandler<SinksUpdatedEventArgs^>^ value);
	void remove (EventHandler<SinksUpdatedEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerSinksUpdatedEventArgs
See Also