AppInstallItem.StatusChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Si verifica quando lo stato di installazione dell'app corrente è stato modificato.
// 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 evento
TypedEventHandler<AppInstallItem,IInspectable>
Requisiti Windows
Funzionalità dell'app |
runFullTrust
|