/// <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(); }
/// <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)); }