Exemplo n.º 1
0
        protected override void OnNavigatedTo(System.Windows.Navigation.NavigationEventArgs e)
        {
            if (this.appBarBinder == null)
            {
                this.appBarBinder = new ApplicationBarBinder(this, (IApplicationBarViewModel)this.ViewModel);
            }

            base.OnNavigatedTo(e);
        }
Exemplo n.º 2
0
        /// <summary>
        /// </summary>
        /// <param name="e">
        /// </param>
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            if (this.appBarBinder == null)
            {
                this.appBarBinder = new ApplicationBarBinder(this, this.PageViewModel);
            }

            base.OnNavigatedTo(e);
        }