Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 904 Bytes

pickerclosingeventargs.md

File metadata and controls

24 lines (16 loc) · 904 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Storage.Pickers.Provider.PickerClosingEventArgs
winrt class
xbox

Windows.Storage.Pickers.Provider.PickerClosingEventArgs

-description

Provides information about a Closing event.

-remarks

This object is passed to the event handler for Closing events.

If your app participates in the File Open Picker contract and a Closing event fires, your app should respond by performing cleanup tasks before your app is closed. For example, if the user cancels the file picker, you could respond to this event by cleaning up temporary files that were added to the file picker when the user chose them.

-examples

-see-also