Example #1
0
 protected void NavigationHelperLoadState(object sender, LoadStateEventArgs e)
 {
     if (e.PageState != null
         && e.PageState.ContainsKey(StateKey))
     {
         LoadState(e.PageState[StateKey]);
     }
 }
Example #2
0
 private void navi_LoadState(object sender, LoadStateEventArgs e)
 {
 }