IWalletActionActivatedEventArgs.ActionKind Property

Definition

Gets the action that was performed on the WalletItem.

public:
 property WalletActionKind ActionKind { WalletActionKind get(); };
WalletActionKind ActionKind();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletActionActivatedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")]
WalletActionKind ActionKind();
public WalletActionKind ActionKind { get; }
public WalletActionKind ActionKind { [Windows.Foundation.Metadata.Deprecated("IWalletActionActivatedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")] get; }
var walletActionKind = iWalletActionActivatedEventArgs.actionKind;
Public ReadOnly Property ActionKind As WalletActionKind

Property Value

The action that was performed on the WalletItem.

Attributes

Applies to