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