다음을 통해 공유


AppInstallItem.StatusChanged 이벤트

정의

현재 앱의 설치 상태 변경된 경우에 발생합니다.

// Register
event_token StatusChanged(TypedEventHandler<AppInstallItem, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
AppInstallItem::StatusChanged_revoker StatusChanged(auto_revoke_t, TypedEventHandler<AppInstallItem, IInspectable const&> const& handler) const;
public event TypedEventHandler<AppInstallItem,object> StatusChanged;
function onStatusChanged(eventArgs) { /* Your code */ }
appInstallItem.addEventListener("statuschanged", onStatusChanged);
appInstallItem.removeEventListener("statuschanged", onStatusChanged);
- or -
appInstallItem.onstatuschanged = onStatusChanged;
Public Custom Event StatusChanged As TypedEventHandler(Of AppInstallItem, Object) 

이벤트 유형

Windows 요구 사항

앱 기능
runFullTrust

적용 대상