QuickGrid<TGridItem>.OnRowClick Propriété

Définition

Optionnel. Rappel appelé lorsqu’une ligne est cliquée.

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

Valeur de propriété

EventCallback<TGridItem>
Attributs

S’applique à