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

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