Partager via


PhoneLineWatcher.Stopped Événement

Définition

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

Configuration requise pour Windows

Fonctionnalités de l’application
phoneCallHistory phoneCallHistorySystem

S’applique à