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