WalletAgent.OnUserAction 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 will handle the notification that an action has been performed on a wallet item.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- args
- Type: Microsoft.Phone.SecureElement.UserActionEventArgs
The event arguments object.
When you override this method, make sure to call base.OnUserAction or NotifyComplete at the end of the method.
Caution: |
|---|
This API is not supported for Silverlight 8.1 apps. |
Show:
Caution: