Skip to content

DataGridRowClickEventArgs<T>

Event arguments for a grid row click. Mirrors MudBlazor’s DataGridRowClickEventArgs<T>.

  • T — Row item type.

The clicked row item.

Zero-based index of the clicked row within the current page.