IFileOpenPickerActivatedEventArgs
IFileOpenPickerActivatedEventArgs
IFileOpenPickerActivatedEventArgs
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 IFileOpenPickerActivatedEventArgspublic interface IFileOpenPickerActivatedEventArgsPublic Interface IFileOpenPickerActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IFileOpenPickerActivatedEventArgsIFileOpenPickerActivatedEventArgsIFileOpenPickerActivatedEventArgsIFileOpenPickerActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Remarks
Interface inheritance
IFileOpenPickerActivatedEventArgs inherits IActivatedEventArgs. Types that implement IFileOpenPickerActivatedEventArgs also implement the interface members of IActivatedEventArgs.
Properties
FileOpenPickerUI FileOpenPickerUI FileOpenPickerUI 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.
public : FileOpenPickerUI FileOpenPickerUI { get; }public FileOpenPickerUI FileOpenPickerUI { get; }Public ReadOnly Property FileOpenPickerUI As FileOpenPickerUI// You can use this property in JavaScript.
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.
- See Also