Compartir a través de


AppInstallItem.StatusChanged Evento

Definición

Se produce cuando ha cambiado el estado de instalación de la aplicación actual.

// 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) 

Tipo de evento

Requisitos de Windows

Características de aplicaciones
runFullTrust

Se aplica a