Windows.UI.Xaml.Application.OnFileOpenPickerActivated

January 22, 2022 ยท View on GitHub

-description

Invoked when the application is activated through file-open dialog association.

-parameters

-param args

Event data for the event.

-remarks

OnFileOpenPickerActivated is a pre-defined activation point handler that is invoked for a core Activated event when the ActivationKind is FileOpenPicker.

All Application overrides involved in an activation scenario should call Window.Activate in their implementations.

-examples

-see-also

ActivationKind, Handle app activation, Association launching sample