WebUIWalletActionActivatedEventArgs.ActionKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = webUIWalletActionActivatedEventArgs.actionKind;
Public ReadOnly Property ActionKind As WalletActionKind
Property Value
Gets the action that was performed on the WalletItem.
Implements
- Attributes