WalletItemSystemStore.ItemsChanged Evento
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se produce cuando los elementos de WalletItemSystemStore han cambiado.
Nota
Esta API no está disponible para todas las aplicaciones de Windows. A menos que Microsoft aprovisione especialmente la cuenta de desarrollador, se producirá un error en las llamadas a estas API en tiempo de ejecución.
// Register
event_token ItemsChanged(TypedEventHandler<WalletItemSystemStore, IInspectable const&> const& handler) const;
// Revoke with event_token
void ItemsChanged(event_token const* cookie) const;
// Revoke with event_revoker
WalletItemSystemStore::ItemsChanged_revoker ItemsChanged(auto_revoke_t, TypedEventHandler<WalletItemSystemStore, IInspectable const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("IWalletItemSystemStore2 is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("IWalletItemSystemStore2 is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
// Register
event_token ItemsChanged(TypedEventHandler<WalletItemSystemStore, IInspectable const&> const& handler) const;
// Revoke with event_token
void ItemsChanged(event_token const* cookie) const;
// Revoke with event_revoker
WalletItemSystemStore::ItemsChanged_revoker ItemsChanged(auto_revoke_t, TypedEventHandler<WalletItemSystemStore, IInspectable const&> const& handler) const;
public event TypedEventHandler<WalletItemSystemStore,object> ItemsChanged;
[add: Windows.Foundation.Metadata.Deprecated("IWalletItemSystemStore2 is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("IWalletItemSystemStore2 is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public event TypedEventHandler<WalletItemSystemStore,object> ItemsChanged;
function onItemsChanged(eventArgs) { /* Your code */ }
walletItemSystemStore.addEventListener("itemschanged", onItemsChanged);
walletItemSystemStore.removeEventListener("itemschanged", onItemsChanged);
- or -
walletItemSystemStore.onitemschanged = onItemsChanged;
Public Custom Event ItemsChanged As TypedEventHandler(Of WalletItemSystemStore, Object)
Tipo de evento
TypedEventHandler<WalletItemSystemStore,IInspectable>
- Atributos
Requisitos de Windows
Características de aplicaciones |
walletSystem
|