1 write to OnClickAsyncAction
Microsoft.AspNetCore.Components.Tests (1)
RendererTest.cs (1)
920OnClickAsyncAction = async () =>
5 references to OnClickAsyncAction
Microsoft.AspNetCore.Components.Tests (5)
RendererTest.cs (5)
1649builder.AddComponentParameter(1, nameof(EventComponent.OnClickAsyncAction), (Func<Task>)(async () => 1760builder.AddComponentParameter(1, nameof(EventComponent.OnClickAsyncAction), (Func<Task>)(async () => 1880builder.AddComponentParameter(1, nameof(EventComponent.OnClickAsyncAction), (Func<Task>)(async () => 5407else if (OnClickAsyncAction != null) 5409builder.AddAttribute(5, "onclickaction", OnClickAsyncAction);