Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlTapEventArgs Class / Event Property

In This Topic
    Event Property (GridControlTapEventArgs)
    In This Topic
    Gets the arguments of the underlying input event that raised this event.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Event As C1TappedEventArgs
    public new C1TappedEventArgs Event {get;}
    See Also