1 write to OnClickAsyncAction
Microsoft.AspNetCore.Components.Tests (1)
RendererTest.cs (1)
919OnClickAsyncAction = async () =>
5 references to OnClickAsyncAction
Microsoft.AspNetCore.Components.Tests (5)
RendererTest.cs (5)
1648builder.AddComponentParameter(1, nameof(EventComponent.OnClickAsyncAction), (Func<Task>)(async () => 1759builder.AddComponentParameter(1, nameof(EventComponent.OnClickAsyncAction), (Func<Task>)(async () => 1879builder.AddComponentParameter(1, nameof(EventComponent.OnClickAsyncAction), (Func<Task>)(async () => 5344else if (OnClickAsyncAction != null) 5346builder.AddAttribute(5, "onclickaction", OnClickAsyncAction);