IToastNotificationActivatedEventArgs Interface

Definition

Provides information about an event that occurs when the app is activated because a user tapped on the body of a toast notification or performed an action inside a toast notification.

public interface class IToastNotificationActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2460512130, 21136, 17181, 190, 133, 196, 170, 238, 184, 104, 95)]
struct IToastNotificationActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2460512130, 21136, 17181, 190, 133, 196, 170, 238, 184, 104, 95)]
public interface IToastNotificationActivatedEventArgs : IActivatedEventArgs
Public Interface IToastNotificationActivatedEventArgs
Implements IActivatedEventArgs
Derived
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

Argument

Gets the arguments that the app can retrieve after it is activated through an interactive toast notification.

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)
UserInput

Gets a set of values that you can use to obtain the user input from an interactive toast notification.

Applies to

See also