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

        /// 
        /// Invoked when the application is activated as the target of a sharing operation.
        /// 
        /// Details about the activation request.
        protected override void OnShareTargetActivated(Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs e)
        {
            var shareTargetPage = new $rootnamespace$.$safeitemname$();
            shareTargetPage.Activate(e);
        }