PhoneCallManager.CallStateChanged É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’état d’appel de base de l’appareil change.
// Register
static event_token CallStateChanged(EventHandler<IInspectable> const& handler) const;
// Revoke with event_token
static void CallStateChanged(event_token const* cookie) const;
// Revoke with event_revoker
static PhoneCallManager::CallStateChanged_revoker CallStateChanged(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
public static event System.EventHandler<object> CallStateChanged;
function onCallStateChanged(eventArgs) { /* Your code */ }
Windows.ApplicationModel.Calls.PhoneCallManager.addEventListener("callstatechanged", onCallStateChanged);
Windows.ApplicationModel.Calls.PhoneCallManager.removeEventListener("callstatechanged", onCallStateChanged);
- or -
Windows.ApplicationModel.Calls.PhoneCallManager.oncallstatechanged = onCallStateChanged;
Public Shared Custom Event CallStateChanged As EventHandler(Of Object)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|