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

Method ForwardClick

Xaml/Models/Action.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace winrt::TranslucentTB::Xaml::Models::implementation
9{
10 void Action::ForwardClick(const IInspectable &sender, const wux::RoutedEventArgs &args)
11 {
12 m_click(sender, args);
13 }
14}

Callers 1

ForwardActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected