'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)
public C1TappedEventArgs( object originalArgs, bool isRightTapped, bool isDown, bool 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.