IWalletActionActivatedEventArgs Interface
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.
Provides information to an app that was launched as the result of a wallet action.
public interface class IWalletActionActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4244374139, 6682, 19746, 146, 63, 174, 111, 69, 250, 82, 217)]
struct IWalletActionActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Wallet.WalletContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4244374139, 6682, 19746, 146, 63, 174, 111, 69, 250, 82, 217)]
/// [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")]
struct IWalletActionActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.Guid(4244374139, 6682, 19746, 146, 63, 174, 111, 69, 250, 82, 217)]
public interface IWalletActionActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Wallet.WalletContract), 65536)]
[Windows.Foundation.Metadata.Guid(4244374139, 6682, 19746, 146, 63, 174, 111, 69, 250, 82, 217)]
[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")]
public interface IWalletActionActivatedEventArgs : IActivatedEventArgs
Public Interface IWalletActionActivatedEventArgs
Implements IActivatedEventArgs
- Derived
- 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. |
ItemId |
Gets the ID of the WalletItem on which the user performed the action. |
Kind |
Gets the reason that this app is being activated. (Inherited from IActivatedEventArgs) |
PreviousExecutionState |
Gets the execution state of the app before this activation. (Inherited from IActivatedEventArgs) |
SplashScreen |
Gets the splash screen object that provides information about the transition from the splash screen to the activated app. (Inherited from IActivatedEventArgs) |