WebUIFileOpenPickerActivatedEventArgs.PreviousExecutionState
WebUIFileOpenPickerActivatedEventArgs.PreviousExecutionState
WebUIFileOpenPickerActivatedEventArgs.PreviousExecutionState
WebUIFileOpenPickerActivatedEventArgs.PreviousExecutionState
WebUIFileOpenPickerActivatedEventArgs.PreviousExecutionState
Property
Definition
Gets the execution state of the app before it was activated.
public : ApplicationExecutionState PreviousExecutionState { get; }
ApplicationExecutionState PreviousExecutionState();
public ApplicationExecutionState PreviousExecutionState { get; }
Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState
var applicationExecutionState = webuiFileOpenPickerActivatedEventArgs.previousExecutionState;
Property Value
One of the enumeration values.
Feedback
Loading feedback...