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

Method OnChannelTextBoxLostFocus

Xaml/Controls/ColorPicker.cpp:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528
529 template<txmp::ColorChannel channel>
530 void ColorPicker::OnChannelTextBoxLostFocus(const IInspectable &sender, const wux::RoutedEventArgs &)
531 {
532 ApplyChannelTextBoxValue(sender.try_as<wuxc::TextBox>(), channel);
533 }
534
535 void ColorPicker::OnHexInputTextBoxKeyDown(const IInspectable &, const wux::Input::KeyRoutedEventArgs &args)
536 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected