Partager via


WalletItemSystemStore.ItemsChanged Événement

Définition

Se produit lorsque des éléments du WalletItemSystemStore ont été modifiés.

Notes

Cette API n’est pas disponible pour toutes les applications Windows. Sauf si votre compte de développeur est spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.

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

Type d'événement

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
walletSystem

S’applique à