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

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