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

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