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

        /// 
        /// Invoked when the application is activated as the target of a sharing operation.
        /// 
        /// Details about the activation request.
        void $wizardappclass$::OnShareTargetActivated(Windows::ApplicationModel::Activation::ShareTargetActivatedEventArgs^ args)
        {
            auto shareTargetPage = ref new $rootnamespace$::$safeitemname$();
            shareTargetPage->Activate(args);
        }