PhoneCall.IsMutedChanged 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.
Um evento gerado quando o valor de PhoneCall.IsMuted é alterado.
// Register
event_token IsMutedChanged(TypedEventHandler<PhoneCall, IInspectable const&> const& handler) const;
// Revoke with event_token
void IsMutedChanged(event_token const* cookie) const;
// Revoke with event_revoker
PhoneCall::IsMutedChanged_revoker IsMutedChanged(auto_revoke_t, TypedEventHandler<PhoneCall, IInspectable const&> const& handler) const;
public event TypedEventHandler<PhoneCall,object> IsMutedChanged;
function onIsMutedChanged(eventArgs) { /* Your code */ }
phoneCall.addEventListener("ismutedchanged", onIsMutedChanged);
phoneCall.removeEventListener("ismutedchanged", onIsMutedChanged);
- or -
phoneCall.onismutedchanged = onIsMutedChanged;
Public Custom Event IsMutedChanged As TypedEventHandler(Of PhoneCall, Object)
Tipo de evento
TypedEventHandler<PhoneCall,IInspectable>
Requisitos do Windows
Funcionalidades do aplicativo |
phoneCall
|