ToastNotification.Activated É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’utilisateur active une notification toast par clic ou tactile. Les applications qui s’exécutent s’abonnent à cet événement.
// Register
event_token Activated(TypedEventHandler<ToastNotification, IInspectable const&> const& handler) const;
// Revoke with event_token
void Activated(event_token const* cookie) const;
// Revoke with event_revoker
ToastNotification::Activated_revoker Activated(auto_revoke_t, TypedEventHandler<ToastNotification, IInspectable const&> const& handler) const;
public event TypedEventHandler<ToastNotification,object> Activated;
function onActivated(eventArgs) { /* Your code */ }
toastNotification.addEventListener("activated", onActivated);
toastNotification.removeEventListener("activated", onActivated);
- or -
toastNotification.onactivated = onActivated;
Public Custom Event Activated As TypedEventHandler(Of ToastNotification, Object)
Type d'événement
TypedEventHandler<ToastNotification,IInspectable>
Remarques
Dans le cas d’un toast déclenché par une application de bureau, cette application doit s’abonner à au moins l’événement Activated afin qu’elle puisse gérer l’activation attendue de l’application à partir du toast lorsque l’utilisateur la sélectionne.
S’applique à
Voir aussi
- Exemple de notifications de toast
- Exemple d’envoi de notifications toast à partir d’applications de bureau
- Schéma XML toast
- Vignettes, badges et notifications
- Démarrage rapide : Envoi d’une notification toast
- Démarrage rapide : Envoi d’une notification push toast
- Démarrage rapide : Envoi d’une notification toast à partir du bureau
- Recommandations et liste de contrôle pour les notifications toast
- Comment gérer l’activation à partir d’une notification toast
- Comment opter pour les notifications toast
- Comment planifier une notification toast
- Guide pratique pour activer les notifications toast de bureau via un AppUserModelID
- Catalogue de modèles toast
- Options toast audio