次の方法で共有


PhoneCall.IsMutedChanged イベント

定義

PhoneCall.IsMuted の値が変更されたときに発生するイベント。

// 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) 

イベントの種類

Windows の要件

アプリの機能
phoneCall

適用対象