Invoked when the application is activated to display a file open picker. Details about the activation request. protected ...

        /// 
        /// Invoked when the application is activated to display a file open picker.
        /// 
        /// Details about the activation request.
        protected override void OnFileOpenPickerActivated(Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs e)
        {
            var fileOpenPickerPage = new $rootnamespace$.$safeitemname$();
            fileOpenPickerPage.Activate(e);
        }