3 references to OnRowClick
Microsoft.AspNetCore.Components.QuickGrid (3)
QuickGrid_razor.g.cs (3)
470
var combinedClass =
OnRowClick
.HasDelegate
473
var rowClick =
OnRowClick
.HasDelegate ? EventCallback.Factory.Create<MouseEventArgs>(this, () =>
OnRowClick
.InvokeAsync(item)) : default;