WalletAgent.OnRefreshData Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

When overridden in a derived class, represents the method that handles the notification to refresh data for the given wallet items.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Protected Overridable Sub OnRefreshData ( _
    args As RefreshDataEventArgs _
)
protected virtual void OnRefreshData(
    RefreshDataEventArgs args
)

Parameters

Remarks

When you override this method, make sure to call base.OnRefreshData or NotifyComplete at the end of the method.

Warning

This API is not supported for Silverlight 8.1 apps.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletAgent Class

Microsoft.Phone.Wallet Namespace

RefreshDataEventArgs