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

Method OnUnloaded

Xaml/Controls/ColorPicker.cpp:483–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 }
482
483 void ColorPicker::OnUnloaded(const IInspectable &, const wux::RoutedEventArgs &)
484 {
485 m_XamlRootChangedRevoker.revoke();
486 }
487
488 template<txmp::ColorChannel channel>
489 void ColorPicker::OnChannelSliderValueChanged(const IInspectable &, const wuxc::Primitives::RangeBaseValueChangedEventArgs &args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected