AppInstallManager.ItemStatusChanged イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インストール キュー内のアプリの状態が変更されたときに発生します。
// Register
event_token ItemStatusChanged(TypedEventHandler<AppInstallManager, AppInstallManagerItemEventArgs const&> const& handler) const;
// Revoke with event_token
void ItemStatusChanged(event_token const* cookie) const;
// Revoke with event_revoker
AppInstallManager::ItemStatusChanged_revoker ItemStatusChanged(auto_revoke_t, TypedEventHandler<AppInstallManager, AppInstallManagerItemEventArgs const&> const& handler) const;
public event TypedEventHandler<AppInstallManager,AppInstallManagerItemEventArgs> ItemStatusChanged;
function onItemStatusChanged(eventArgs) { /* Your code */ }
appInstallManager.addEventListener("itemstatuschanged", onItemStatusChanged);
appInstallManager.removeEventListener("itemstatuschanged", onItemStatusChanged);
- or -
appInstallManager.onitemstatuschanged = onItemStatusChanged;
Public Custom Event ItemStatusChanged As TypedEventHandler(Of AppInstallManager, AppInstallManagerItemEventArgs)
イベントの種類
Windows の要件
アプリの機能 |
runFullTrust
|