PreviewTeamView.SystemStateChanged 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.
La disponibilità della sessione è stata modificata.
// Register
event_token SystemStateChanged(TypedEventHandler<PreviewTeamView, IInspectable const&> const& handler) const;
// Revoke with event_token
void SystemStateChanged(event_token const* cookie) const;
// Revoke with event_revoker
PreviewTeamView::SystemStateChanged_revoker SystemStateChanged(auto_revoke_t, TypedEventHandler<PreviewTeamView, IInspectable const&> const& handler) const;
public event TypedEventHandler<PreviewTeamView,object> SystemStateChanged;
function onSystemStateChanged(eventArgs) { /* Your code */ }
previewTeamView.addEventListener("systemstatechanged", onSystemStateChanged);
previewTeamView.removeEventListener("systemstatechanged", onSystemStateChanged);
- or -
previewTeamView.onsystemstatechanged = onSystemStateChanged;
Public Custom Event SystemStateChanged As TypedEventHandler(Of PreviewTeamView, Object)
Tipo evento
TypedEventHandler<PreviewTeamView,IInspectable>
Commenti
Verificare che lo stato del sistema sia pronto per una chiamata.