다음을 통해 공유


WalletItemSystemStore.ItemsChanged 이벤트

정의

WalletItemSystemStore의 항목이 변경되었을 때 발생합니다.

참고

이 API는 모든 Windows 앱에서 사용할 수 없습니다. 개발자 계정이 Microsoft에서 특별히 프로비전되지 않는 한 런타임에 이러한 API에 대한 호출이 실패합니다.

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

이벤트 유형

특성

Windows 요구 사항

앱 기능
walletSystem

적용 대상