TableRowClickEventArgs<T>
Mirrors MudBlazor’s TableRowClickEventArgsOnRowClick="@(args =>... args.Item...)" handlers keep compiling.
Properties
Section titled “Properties”The clicked row’s data item (may be null).
RowIndex
Section titled “RowIndex”Zero-based index of the clicked row in the current page.