PhoneLineWatcher.LineAdded Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Ocorre quando a instância PhoneLineWatcher detecta uma nova linha telefônica no dispositivo.
// Register
event_token LineAdded(TypedEventHandler<PhoneLineWatcher, PhoneLineWatcherEventArgs const&> const& handler) const;
// Revoke with event_token
void LineAdded(event_token const* cookie) const;
// Revoke with event_revoker
PhoneLineWatcher::LineAdded_revoker LineAdded(auto_revoke_t, TypedEventHandler<PhoneLineWatcher, PhoneLineWatcherEventArgs const&> const& handler) const;
public event TypedEventHandler<PhoneLineWatcher,PhoneLineWatcherEventArgs> LineAdded;
function onLineAdded(eventArgs) { /* Your code */ }
phoneLineWatcher.addEventListener("lineadded", onLineAdded);
phoneLineWatcher.removeEventListener("lineadded", onLineAdded);
- or -
phoneLineWatcher.onlineadded = onLineAdded;
Public Custom Event LineAdded As TypedEventHandler(Of PhoneLineWatcher, PhoneLineWatcherEventArgs)
Tipo de evento
Requisitos do Windows
Funcionalidades do aplicativo |
phoneCallHistory
phoneCallHistorySystem
|