ComponentOne Xamarin Edition
C1TappedEventArgs Constructor
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.
Initializes a new instance of the C1TappedEventArgs class.
Syntax

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

Reference

C1TappedEventArgs Class
C1TappedEventArgs Members