Ejemplo n.º 1
0
 protected virtual void SaveState(SaveStateEventArgs e)
 {
     if (CurrentPageViewModel != null)
     {
         CurrentPageViewModel.SaveState(e);
     }
 }
Ejemplo n.º 2
0
 private void navigationHelper_SaveState(object sender, SaveStateEventArgs e)
 {
     SaveState(e);
 }
Ejemplo n.º 3
0
 public override void SaveState(SaveStateEventArgs e)
 {
     base.SaveState(e);
 }
Ejemplo n.º 4
0
 public virtual void SaveState(SaveStateEventArgs e)
 {
     PageSavedStateCancellationTokenSource.Cancel();
     PageSavedStateCancellationTokenSource = null;
 }