次の方法で共有


IStorageProviderStatusUISource.StatusUIChanged イベント

定義

この変更通知イベントは、ストレージ プロバイダーの状態 UI ポップアップを更新するようにクライアント側に通知します。

// Register
event_token StatusUIChanged(TypedEventHandler<IStorageProviderStatusUISource, IInspectable const&> const& handler) const;

// Revoke with event_token
void StatusUIChanged(event_token const* cookie) const;

// Revoke with event_revoker
IStorageProviderStatusUISource::StatusUIChanged_revoker StatusUIChanged(auto_revoke_t, TypedEventHandler<IStorageProviderStatusUISource, IInspectable const&> const& handler) const;
event TypedEventHandler<IStorageProviderStatusUISource,object> StatusUIChanged;
function onStatusUIChanged(eventArgs) { /* Your code */ }
iStorageProviderStatusUISource.addEventListener("statusuichanged", onStatusUIChanged);
iStorageProviderStatusUISource.removeEventListener("statusuichanged", onStatusUIChanged);
- or -
iStorageProviderStatusUISource.onstatusuichanged = onStatusUIChanged;
Event StatusUIChanged As TypedEventHandler(Of IStorageProviderStatusUISource, Object) 

イベントの種類

適用対象

こちらもご覧ください