AppBroadcastState.PlugInStateChanged イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリのブロードキャスト状態に関連付けられているプラグインの状態が変更されたときに発生します。
// Register
event_token PlugInStateChanged(TypedEventHandler<AppBroadcastState, AppBroadcastPlugInStateChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void PlugInStateChanged(event_token const* cookie) const;
// Revoke with event_revoker
AppBroadcastState::PlugInStateChanged_revoker PlugInStateChanged(auto_revoke_t, TypedEventHandler<AppBroadcastState, AppBroadcastPlugInStateChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<AppBroadcastState,AppBroadcastPlugInStateChangedEventArgs> PlugInStateChanged;
function onPlugInStateChanged(eventArgs) { /* Your code */ }
appBroadcastState.addEventListener("pluginstatechanged", onPlugInStateChanged);
appBroadcastState.removeEventListener("pluginstatechanged", onPlugInStateChanged);
- or -
appBroadcastState.onpluginstatechanged = onPlugInStateChanged;
Public Custom Event PlugInStateChanged As TypedEventHandler(Of AppBroadcastState, AppBroadcastPlugInStateChangedEventArgs)
イベントの種類
Windows の要件
アプリの機能 |
appBroadcast
appBroadcastSettings
|