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 Overrides Sub OnFileOpenPickerActivated(ByVal e As Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs)
            Dim fileOpenPickerPage As New $safeitemname$
            fileOpenPickerPage.Activate(e)
        End Sub