IPickerReturnedActivatedEventArgs
IPickerReturnedActivatedEventArgs
IPickerReturnedActivatedEventArgs
IPickerReturnedActivatedEventArgs
IPickerReturnedActivatedEventArgs
Interface
Definition
Provides data for the Activated event when it occurs after a picker returns.
public : interface IPickerReturnedActivatedEventArgs : IActivatedEventArgs
struct winrt::Windows::ApplicationModel::Activation::IPickerReturnedActivatedEventArgs : IActivatedEventArgs
public interface IPickerReturnedActivatedEventArgs : IActivatedEventArgs
Public Interface IPickerReturnedActivatedEventArgs Implements IActivatedEventArgs
// You can't instantiate an interface directly in JavaScript. You can use objects that implement the interface, however.
- Inheritance
-
IPickerReturnedActivatedEventArgsIPickerReturnedActivatedEventArgsIPickerReturnedActivatedEventArgsIPickerReturnedActivatedEventArgsIPickerReturnedActivatedEventArgs
- Attributes
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Interface inheritance
IPickerReturnedActivatedEventArgs inherits IActivatedEventArgs. Types that implement IPickerReturnedActivatedEventArgs also implement the interface members of IActivatedEventArgs.
Properties
Kind Kind Kind Kind Kind |
Gets the reason that this app is being activated. (Inherited from IActivatedEventArgs) |
PickerOperationId PickerOperationId PickerOperationId PickerOperationId PickerOperationId |
Gets an identifier indicating the type of picker operation that was performed prior to the activation. |
PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState |
Gets the execution state of the app before this activation. (Inherited from IActivatedEventArgs) |
SplashScreen SplashScreen SplashScreen SplashScreen SplashScreen |
Gets the splash screen object that provides information about the transition from the splash screen to the activated app. (Inherited from IActivatedEventArgs) |