PhoneLineTransportDevice.InBandRingingEnabledChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Evento generato quando la suoneria in banda abilita le modifiche dello stato.
// Register
event_token InBandRingingEnabledChanged(TypedEventHandler<PhoneLineTransportDevice, IInspectable const&> const& handler) const;
// Revoke with event_token
void InBandRingingEnabledChanged(event_token const* cookie) const;
// Revoke with event_revoker
PhoneLineTransportDevice::InBandRingingEnabledChanged_revoker InBandRingingEnabledChanged(auto_revoke_t, TypedEventHandler<PhoneLineTransportDevice, IInspectable const&> const& handler) const;
public event TypedEventHandler<PhoneLineTransportDevice,object> InBandRingingEnabledChanged;
function onInBandRingingEnabledChanged(eventArgs) { /* Your code */ }
phoneLineTransportDevice.addEventListener("inbandringingenabledchanged", onInBandRingingEnabledChanged);
phoneLineTransportDevice.removeEventListener("inbandringingenabledchanged", onInBandRingingEnabledChanged);
- or -
phoneLineTransportDevice.oninbandringingenabledchanged = onInBandRingingEnabledChanged;
Public Custom Event InBandRingingEnabledChanged As TypedEventHandler(Of PhoneLineTransportDevice, Object)
Tipo evento
TypedEventHandler<PhoneLineTransportDevice,IInspectable>
Requisiti Windows
Famiglia di dispositivi |
Windows 10, version 2104 (è stato introdotto in 10.0.20348.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (è stato introdotto in v6.0)
|
Funzionalità dell'app |
phoneCall
|