IFileOpenPickerActivatedEventArgs Interface

Definition

Provides information about the activated event that fires when the user tries to pick files or folders that are provided by the app.

public interface class IFileOpenPickerActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1921151106, 21797, 19442, 188, 9, 31, 80, 149, 212, 150, 77)]
struct IFileOpenPickerActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1921151106, 21797, 19442, 188, 9, 31, 80, 149, 212, 150, 77)]
public interface IFileOpenPickerActivatedEventArgs : IActivatedEventArgs
Public Interface IFileOpenPickerActivatedEventArgs
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)

Remarks

Interface inheritance

IFileOpenPickerActivatedEventArgs inherits IActivatedEventArgs. Types that implement IFileOpenPickerActivatedEventArgs also implement the interface members of IActivatedEventArgs.

Properties

FileOpenPickerUI

The letterbox UI of the file picker that is displayed when the user wants to pick files or folders that are provided by the app.

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)

Applies to

See also