MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / OkButtonClicked

Method OkButtonClicked

Xaml/Pages/ColorPickerPage.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 void ColorPickerPage::OkButtonClicked(const IInspectable &, const wux::RoutedEventArgs &)
49 {
50 m_ChangesCommittedHandler(Picker().Color());
51 base_type::Close();
52 }
53
54 void ColorPickerPage::CancelButtonClicked(const IInspectable &, const wux::RoutedEventArgs &)
55 {

Callers

nothing calls this directly

Calls 1

ColorMethod · 0.80

Tested by

no test coverage detected