protected override void OnNavigatedTo(System.Windows.Navigation.NavigationEventArgs e) { if (this.appBarBinder == null) { this.appBarBinder = new ApplicationBarBinder(this, (IApplicationBarViewModel)this.ViewModel); } base.OnNavigatedTo(e); }
/// <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); }