OnSecureElementItemAction Method
Collapse the table of content
Expand the table of content

WalletAgent.OnSecureElementItemAction 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 OnSecureElementItemAction event, requesting that the agent perform an operation on the given wallet item.

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

'Declaration
Protected Overridable Sub OnSecureElementItemAction ( _
	args As SecureElementItemActionEventArgs _
)

Parameters

args
Type: Microsoft.Phone.SecureElement.SecureElementItemActionEventArgs
Arguments indicating the operation to be performed on the wallet item.

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

Caution noteCaution:

This API is not supported for Silverlight 8.1 apps.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft