다음을 통해 공유


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) 

이벤트 유형

적용 대상

추가 정보