Radzen OnRowClick datagrid?

How can I call a function to handle the row click event on the Radzen DataGrid? There are NO examples for this that I can find online. I do not want to download the full studio, but there should be a way to have some function call to handle some logic before selectedRow happens.

I tried:

<RadzenDataGrid RowClick=@(() => HandleRowClickEvent(///selected row data?)>

Thanks. RowSelect actually worked better for me.