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

Method ForwardAction

Xaml/Controls/ActionList.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 void ActionList::ForwardAction(const IInspectable &sender, const wux::RoutedEventArgs &args)
24 {
25 sender.as<wux::FrameworkElement>().Tag().as<Models::implementation::Action>()->ForwardClick(sender, args);
26 }
27}

Callers

nothing calls this directly

Calls 1

ForwardClickMethod · 0.80

Tested by

no test coverage detected