MCPcopy Create free account
hub / github.com/M2Team/NanaBox / PageLoaded

Method PageLoaded

NanaBox/MainWindowControl.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void MainWindowControl::PageLoaded(
63 winrt::IInspectable const& sender,
64 winrt::RoutedEventArgs const& e)
65 {
66 UNREFERENCED_PARAMETER(sender);
67 UNREFERENCED_PARAMETER(e);
68
69 this->RefreshSponsorButtonContent();
70 }
71
72 void MainWindowControl::EnhancedSessionButtonClick(
73 winrt::IInspectable const& sender,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected