PhoneLineWatcher.Stopped É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’instance PhoneLineWatcher arrête de surveiller l’appareil pour les modifications apportées aux lignes téléphoniques.
// Register
event_token Stopped(TypedEventHandler<PhoneLineWatcher, IInspectable const&> const& handler) const;
// Revoke with event_token
void Stopped(event_token const* cookie) const;
// Revoke with event_revoker
PhoneLineWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<PhoneLineWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<PhoneLineWatcher,object> Stopped;
function onStopped(eventArgs) { /* Your code */ }
phoneLineWatcher.addEventListener("stopped", onStopped);
phoneLineWatcher.removeEventListener("stopped", onStopped);
- or -
phoneLineWatcher.onstopped = onStopped;
Public Custom Event Stopped As TypedEventHandler(Of PhoneLineWatcher, Object)
Type d'événement
TypedEventHandler<PhoneLineWatcher,IInspectable>
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|