Invoked when the application is activated as the target of a sharing operation. ' ' Details about the activation request. ...

        ''' 
        ''' Invoked when the application is activated as the target of a sharing operation.
        ''' 
        ''' Details about the activation request.
        Protected Overrides Sub OnShareTargetActivated(ByVal e As Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs)
            Dim shareTargetPage As New $safeitemname$
            shareTargetPage.Activate(e)
        End Sub