Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / CellTapped Property

In This Topic
    CellTapped Property
    In This Topic
    Occurs when a cell is tapped.
    Syntax
    'Declaration
     
    
    Public Property CellTapped As EventHandler(Of GridInputEventArgs)
    public EventHandler<GridInputEventArgs> CellTapped {get; set;}
    See Also