PreviewTeamView.IsScreenSharingChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica se un sistema visualizza o meno un bordo di condivisione dello schermo.
// Register
event_token IsScreenSharingChanged(TypedEventHandler<PreviewTeamView, IInspectable const&> const& handler) const;
// Revoke with event_token
void IsScreenSharingChanged(event_token const* cookie) const;
// Revoke with event_revoker
PreviewTeamView::IsScreenSharingChanged_revoker IsScreenSharingChanged(auto_revoke_t, TypedEventHandler<PreviewTeamView, IInspectable const&> const& handler) const;
public event TypedEventHandler<PreviewTeamView,object> IsScreenSharingChanged;
function onIsScreenSharingChanged(eventArgs) { /* Your code */ }
previewTeamView.addEventListener("isscreensharingchanged", onIsScreenSharingChanged);
previewTeamView.removeEventListener("isscreensharingchanged", onIsScreenSharingChanged);
- or -
previewTeamView.onisscreensharingchanged = onIsScreenSharingChanged;
Public Custom Event IsScreenSharingChanged As TypedEventHandler(Of PreviewTeamView, Object)
Tipo evento
TypedEventHandler<PreviewTeamView,IInspectable>
Commenti
Per verificare lo stato corrente della condivisione dello schermo, controllare la proprietà IsScreenSharing.