IFileOpenPickerActivatedEventArgs2 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 IFileOpenPickerActivatedEventArgs2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1584602982, 36127, 17915, 175, 29, 115, 32, 92, 143, 199, 161)]
struct IFileOpenPickerActivatedEventArgs2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1584602982, 36127, 17915, 175, 29, 115, 32, 92, 143, 199, 161)]
public interface IFileOpenPickerActivatedEventArgs2
Public Interface IFileOpenPickerActivatedEventArgs2
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

CallerPackageFamilyName

The package family name of the app that launched your app.

Applies to