Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1InputEventArgs Class / GetIsHandled Method
The OriginalEventArgs instance containing the event data.

In This Topic
    GetIsHandled Method
    In This Topic
    Gets a value indicating whether the specified event is handled.
    Syntax
    'Declaration
     
    
    Public Shared Function GetIsHandled( _
       ByVal e As MouseEventArgs _
    ) As Boolean
    public static bool GetIsHandled( 
       MouseEventArgs e
    )

    Parameters

    e
    The OriginalEventArgs instance containing the event data.
    See Also