aspnetcore/test/Microsoft.AspNetCore.Blazor.../TestFiles/RuntimeCodeGenerationTest
Ryan Nowak 8485e2ea10 Add support for Action event handlers
This change adds `Action` to the set of types that have an overload on
RenderTreeBuilder. Additionally, we special case `Action` in the runtime
because passing the event args via DynamicInvoke() would throw.

Finally, reverted some of the clutter introduced by the first pass of
the event handler feature.
2018-04-11 07:36:05 -07:00
..
ChildComponent_Simple
ChildComponent_WithChildContent
ChildComponent_WithExplicitEventHandler
ChildComponent_WithExplicitStringParameter
ChildComponent_WithLambdaEventHandler
ChildComponent_WithNonPropertyAttributes
ChildComponent_WithPageDirective
ChildComponent_WithParameters
EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup Add support for Action event handlers 2018-04-11 07:36:05 -07:00
EventHandler_OnElement_WithDelegate
EventHandler_OnElement_WithEventArgsLambdaDelegate Add support for Action event handlers 2018-04-11 07:36:05 -07:00
EventHandler_OnElement_WithEventArgsMethodGroup Add support for Action event handlers 2018-04-11 07:36:05 -07:00
EventHandler_OnElement_WithLambdaDelegate
EventHandler_OnElement_WithNoArgMethodGroup Add support for Action event handlers 2018-04-11 07:36:05 -07:00
EventHandler_OnElement_WithNoArgsLambdaDelegate Add support for Action event handlers 2018-04-11 07:36:05 -07:00
EventHandler_OnElement_WithString