MCPcopy Create free account
hub / github.com/YtFlow/Maple / WindowWidth_CurrentStateChanged

Method WindowWidth_CurrentStateChanged

Maple.App/MainPage.cpp:507–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505 }
506
507 void MainPage::WindowWidth_CurrentStateChanged(IInspectable const&, VisualStateChangedEventArgs const& e)
508 {
509 const auto& state = e.NewState();
510
511 NavigationManager.AppViewBackButtonVisibility(state == nullptr
512 ? AppViewBackButtonVisibility::Visible
513 : AppViewBackButtonVisibility::Collapsed);
514 }
515
516 void MainPage::MainSplitView_PaneClosing(SplitView const&, SplitViewPaneClosingEventArgs const&)
517 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected