WalletItemSystemStore.ItemsChanged Event

Definition

Occurs when items in the WalletItemSystemStore have changed.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

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

Event Type

Attributes

Windows requirements

App capabilities
walletSystem

Applies to