MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / CheckBox_Checked

Method CheckBox_Checked

FastCopy/CopyDialog.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160void winrt::FastCopy::implementation::CopyDialog::CheckBox_Checked(winrt::Windows::Foundation::IInspectable const& sender, winrt::Microsoft::UI::Xaml::RoutedEventArgs const& e)
161{
162 OutputDebugString(L"Checkbox clicked\n");
163}
164
165
166void winrt::FastCopy::implementation::CopyDialog::MenuFlyout_Opening(winrt::Windows::Foundation::IInspectable const& sender, winrt::Windows::Foundation::IInspectable const& e)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected