AppBroadcastState.ViewerCountChanged É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 le nombre de visionneuses de la diffusion de l’application change.
// Register
event_token ViewerCountChanged(TypedEventHandler<AppBroadcastState, AppBroadcastViewerCountChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void ViewerCountChanged(event_token const* cookie) const;
// Revoke with event_revoker
AppBroadcastState::ViewerCountChanged_revoker ViewerCountChanged(auto_revoke_t, TypedEventHandler<AppBroadcastState, AppBroadcastViewerCountChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<AppBroadcastState,AppBroadcastViewerCountChangedEventArgs> ViewerCountChanged;
function onViewerCountChanged(eventArgs) { /* Your code */ }
appBroadcastState.addEventListener("viewercountchanged", onViewerCountChanged);
appBroadcastState.removeEventListener("viewercountchanged", onViewerCountChanged);
- or -
appBroadcastState.onviewercountchanged = onViewerCountChanged;
Public Custom Event ViewerCountChanged As TypedEventHandler(Of AppBroadcastState, AppBroadcastViewerCountChangedEventArgs)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
appBroadcast
appBroadcastSettings
|