Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / ListViewInputEventArgs Class / Event Property

In This Topic
    Event Property (ListViewInputEventArgs)
    In This Topic
    Gets the original event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Event As C1InputEventArgs
    public C1InputEventArgs Event {get;}
    See Also