Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1InputEventArgs Class / OriginalEventArgs Property

In This Topic
    OriginalEventArgs Property (C1InputEventArgs)
    In This Topic
    Gets the arguments of the original event which raised this event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OriginalEventArgs As MouseEventArgs
    public MouseEventArgs OriginalEventArgs {get;}
    See Also