PreviewTeamView.SystemStateChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La disponibilité de la session a changé.
// 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)
Type d'événement
TypedEventHandler<PreviewTeamView,IInspectable>
Remarques
Vérifiez que le système est dans l’état prêt pour un appel.