Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.27 KB

application_onfileopenpickeractivated_101387531.md

File metadata and controls

27 lines (19 loc) · 1.27 KB
-api-id -api-type
M:Windows.UI.Xaml.Application.OnFileOpenPickerActivated(Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs)
winrt method

Windows.UI.Xaml.Application.OnFileOpenPickerActivated

-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