Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1TappedEventArgs Class / C1TappedEventArgs Constructor
The System.Object 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 Object, _
       Optional ByVal isRightTapped As Boolean, _
       Optional ByVal isDown As Boolean, _
       Optional ByVal isBarrelButtonDown As Boolean _
    )
    'Usage
     
    
    Dim originalArgs As Object
    Dim isRightTapped As Boolean
    Dim isDown As Boolean
    Dim isBarrelButtonDown As Boolean
     
    Dim instance As New C1TappedEventArgs(originalArgs, isRightTapped, isDown, isBarrelButtonDown)

    Parameters

    originalArgs
    The System.Object 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