Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1TappedEventArgs Class / C1TappedEventArgs Constructor
The Microsoft.AspNetCore.Components.Web.MouseEventArgs instance containing the event data.
if set to true the event was performed with the right button of the mouse.
if set to true the event was performed with the mouse down.
if set to true the barrel button of the pen is pressed.

In This Topic
    C1TappedEventArgs Constructor
    In This Topic
    Initializes a new instance of the C1TappedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal originalArgs As MouseEventArgs, _
       Optional ByVal isRightTapped As Boolean, _
       Optional ByVal isDown As Boolean, _
       Optional ByVal isBarrelButtonDown As Boolean _
    )

    Parameters

    originalArgs
    The Microsoft.AspNetCore.Components.Web.MouseEventArgs instance containing the event data.
    isRightTapped
    if set to true the event was performed with the right button of the mouse.
    isDown
    if set to true the event was performed with the mouse down.
    isBarrelButtonDown
    if set to true the barrel button of the pen is pressed.
    See Also