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

Method ValueChanged

FastCopy/DependentValue.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 m_valueChanged(*this, value);
29 }
30 winrt::event_token DependentValue::ValueChanged(winrt::Windows::Foundation::EventHandler<double> const& handler)
31 {
32 return m_valueChanged.add(handler);
33 }
34 void DependentValue::ValueChanged(winrt::event_token const& token)
35 {
36 m_valueChanged.remove(token);

Callers 1

OnValueChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected