IFileSavePickerActivatedEventArgs
IFileSavePickerActivatedEventArgs
IFileSavePickerActivatedEventArgs
IFileSavePickerActivatedEventArgs
Interface
Definition
Provides information about the activated event that fires when the user saves a file through the file picker and selects the app as the location.
public : interface IFileSavePickerActivatedEventArgspublic interface IFileSavePickerActivatedEventArgsPublic Interface IFileSavePickerActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IFileSavePickerActivatedEventArgsIFileSavePickerActivatedEventArgsIFileSavePickerActivatedEventArgsIFileSavePickerActivatedEventArgs
- 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
IFileSavePickerActivatedEventArgs inherits IActivatedEventArgs. Types that implement IFileSavePickerActivatedEventArgs also implement the interface members of IActivatedEventArgs.
Properties
FileSavePickerUI FileSavePickerUI FileSavePickerUI FileSavePickerUI
The letterbox UI of the file picker that is displayed when the user saves a file and selects the app as the save location.
public : FileSavePickerUI FileSavePickerUI { get; }public FileSavePickerUI FileSavePickerUI { get; }Public ReadOnly Property FileSavePickerUI As FileSavePickerUI// You can use this property in JavaScript.
The letterbox UI of the file picker that is displayed when the user saves a file and selects the app as the location.
- See Also