PickerReturnedActivatedEventArgs
PickerReturnedActivatedEventArgs
PickerReturnedActivatedEventArgs
PickerReturnedActivatedEventArgs
Class
Definition
Provides data for the Activated event when it occurs after a picker returns.
public : sealed class PickerReturnedActivatedEventArgs : IActivatedEventArgs, IPickerReturnedActivatedEventArgspublic sealed class PickerReturnedActivatedEventArgs : IActivatedEventArgs, IPickerReturnedActivatedEventArgsPublic NotInheritable Class PickerReturnedActivatedEventArgs Implements IActivatedEventArgs, IPickerReturnedActivatedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Kind Kind Kind Kind
Gets the reason that this app is being activated.
public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.
The reason that this app is being activated.
PickerOperationId PickerOperationId PickerOperationId PickerOperationId
Gets an identifier indicating the picker operation that was performed prior to the activation.
public : PlatForm::String PickerOperationId { get; }public string PickerOperationId { get; }Public ReadOnly Property PickerOperationId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
An application-defined identifier indicating the picker operation that was performed prior to the activation.
PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState
Gets the execution state of the app before this activation.
public : ApplicationExecutionState PreviousExecutionState { get; }public ApplicationExecutionState PreviousExecutionState { get; }Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState// You can use this property in JavaScript.
- Value
- ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState
The execution state of the app before this activation.
SplashScreen SplashScreen SplashScreen SplashScreen
Gets the splash screen object that provides information about the transition from the splash screen to the activated app.
public : SplashScreen SplashScreen { get; }public SplashScreen SplashScreen { get; }Public ReadOnly Property SplashScreen As SplashScreen// You can use this property in JavaScript.
The splash screen object.