A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

如这个:protected override void OnNavigatedTo(NavigationEventArgs e)
           {
              Color?  sharedColor=(Application.Current as App).SharedColor;
             if(sharedColor!=null)
            ContentPanel.Background=new SolidColorBrush(sharedColor.Value);
            base.OnNavigatedTo(e)//加上这句就搞不懂,但有些重写事件或定义的没这个同样可以运行??
          }

另外一个:如:void OnTextBlockManipulationStarted(object sender,ManipulationStartedEventArgs e)
                     {
                          this.NavigationService.GoBack();
                         e.Complete();//这个应该是说明已经执行完的意思
                         e.Handled=true;
                       }
e.Complete()、e.Handled=ture、base.事件名(e)不知如何用?是一种提示吗?求解。。。。

评分

参与人数 1技术分 +2 收起 理由
宋天琪 + 2

查看全部评分

1 个回复

倒序浏览
自己顶顶!!!求高手......
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马