WalletItem.Undo Method

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

Undoes all changes to the wallet item since the last time SaveAsync was called.

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

Syntax

Public Sub Undo
public void Undo()

Remarks

You can only undo changes if the item exists in the wallet, that is, it must have been saved to the wallet previously.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletItem Class

Microsoft.Phone.Wallet Namespace