PhoneCall.StatusChanged Evento
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Evento que se genera cuando cambia el valor de PhoneCall.Status .
// Register
event_token StatusChanged(TypedEventHandler<PhoneCall, IInspectable const&> const& handler) const;
// Revoke with event_token
void StatusChanged(event_token const* cookie) const;
// Revoke with event_revoker
PhoneCall::StatusChanged_revoker StatusChanged(auto_revoke_t, TypedEventHandler<PhoneCall, IInspectable const&> const& handler) const;
public event TypedEventHandler<PhoneCall,object> StatusChanged;
function onStatusChanged(eventArgs) { /* Your code */ }
phoneCall.addEventListener("statuschanged", onStatusChanged);
phoneCall.removeEventListener("statuschanged", onStatusChanged);
- or -
phoneCall.onstatuschanged = onStatusChanged;
Public Custom Event StatusChanged As TypedEventHandler(Of PhoneCall, Object)
Tipo de evento
TypedEventHandler<PhoneCall,IInspectable>
Requisitos de Windows
Características de aplicaciones |
phoneCall
|