예제 #1
0
 /// <summary>
 /// Method called on the navigate to <see cref="Components.Server.Section.PageSectionLayout"/> click event.
 /// </summary>
 /// <param name="sender">The <see cref="object"/> sender of the event.</param>
 /// <param name="e">The routed event arguments <see cref="RoutedEventArgs"/>.</param>
 private void NavigateToSection_Click(object sender, RoutedEventArgs e)
 {
     ComponentNavigator.NavigateToSection();
 }
예제 #2
0
 /// <summary>
 /// Method to navigate to the Section component view.
 /// </summary>
 /// <param name="sender">The <see cref="object"/> sender of the event.</param>
 /// <param name="e">The routed event arguments <see cref="RoutedEventArgs"/></param>
 private void NavigateToSection_Click(object sender, RoutedEventArgs e)
 {
     ComponentNavigator.NavigateToSection();
     SwitchSelected(((Button)sender));
 }