WebUIWalletActionActivatedEventArgs Class

Definition

Caution

The WebUI.WebUIWalletActionActivatedEventArgs class is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Provides information to an app that was launched as the result of a wallet action.

public ref class WebUIWalletActionActivatedEventArgs sealed : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIWalletActionActivatedEventArgs final : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Deprecated("WebUIWalletActionActivatedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")]
class WebUIWalletActionActivatedEventArgs final : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIWalletActionActivatedEventArgs : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Deprecated("WebUIWalletActionActivatedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")]
public sealed class WebUIWalletActionActivatedEventArgs : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIWalletActionActivatedEventArgs
Implements IActivatedEventArgs, IActivatedEventArgsDeferral, IWalletActionActivatedEventArgs
Inheritance
Object Platform::Object IInspectable WebUIWalletActionActivatedEventArgs
Attributes
Implements

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.ApplicationModel.Wallet.WalletContract (introduced in v1.0)

Properties

ActionId

Gets the ID of the action, such as the id of the verb, transaction and so on.

ActionKind

Gets the action that was performed on the WalletItem.

ActivatedOperation

Gets the app activation operation.

ItemId

Gets the ID of the WalletItem on which the user performed the action.

Kind

Gets the activation type.

PreviousExecutionState

Gets the execution state of the app before it was activated.

SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

Applies to

See also