Condividi tramite


PhoneLineTransportDevice.InBandRingingEnabledChanged Evento

Definizione

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

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

Si applica a