AppBroadcastState.PlugInStateChanged É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.
Se produit lorsque l’état du plug-in associé à l’état de diffusion de l’application change.
// Register
event_token PlugInStateChanged(TypedEventHandler<AppBroadcastState, AppBroadcastPlugInStateChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void PlugInStateChanged(event_token const* cookie) const;
// Revoke with event_revoker
AppBroadcastState::PlugInStateChanged_revoker PlugInStateChanged(auto_revoke_t, TypedEventHandler<AppBroadcastState, AppBroadcastPlugInStateChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<AppBroadcastState,AppBroadcastPlugInStateChangedEventArgs> PlugInStateChanged;
function onPlugInStateChanged(eventArgs) { /* Your code */ }
appBroadcastState.addEventListener("pluginstatechanged", onPlugInStateChanged);
appBroadcastState.removeEventListener("pluginstatechanged", onPlugInStateChanged);
- or -
appBroadcastState.onpluginstatechanged = onPlugInStateChanged;
Public Custom Event PlugInStateChanged As TypedEventHandler(Of AppBroadcastState, AppBroadcastPlugInStateChangedEventArgs)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
appBroadcast
appBroadcastSettings
|