WalletAgent.OnUserAction Method

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

Syntax

'Declaration
Protected Overridable Sub OnUserAction ( _
    args As UserActionEventArgs _
)
protected virtual void OnUserAction(
    UserActionEventArgs args
)
protected:
virtual void OnUserAction(
    UserActionEventArgs^ args
)
abstract OnUserAction : 
        args:UserActionEventArgs -> unit  
override OnUserAction : 
        args:UserActionEventArgs -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WalletAgent Class

Microsoft.Phone.Wallet Namespace