QuickGrid<TGridItem>.OnRowClick Propiedad

Definición

Opcional. Devolución de llamada que se invoca cuando se hace clic en una fila.

[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)

Valor de propiedad

EventCallback<TGridItem>
Atributos

Se aplica a