ToastNotificationActivatedEventArgs.PreviousExecutionState Property

Definition

Gets the execution state of the app before the app was activated because a user tapped on the body of a toast notification or performed an action inside a toast notification.

public:
 property ApplicationExecutionState PreviousExecutionState { ApplicationExecutionState get(); };
ApplicationExecutionState PreviousExecutionState();
public ApplicationExecutionState PreviousExecutionState { get; }
var applicationExecutionState = toastNotificationActivatedEventArgs.previousExecutionState;
Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState

Property Value

The execution state of the app before the app was activated because a user tapped on the body of a toast notification or performed an action inside a toast notification.

Implements

Applies to

See also