Share via


QuickGrid<TGridItem>.OnRowClick Property

Definition

Optional. A callback that is invoked when a row is clicked.

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<TGridItem> OnRowClick { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OnRowClick : Microsoft.AspNetCore.Components.EventCallback<'GridItem> with get, set
Public Property OnRowClick As EventCallback(Of TGridItem)

Property Value

EventCallback<TGridItem>
Attributes

Applies to