ComponentOne Xamarin.Android
IsRightTapped Property


C1.Android.Core Assembly > C1.Android.Core Namespace > C1TappedEventArgs Class : IsRightTapped Property
Gets a value indicating whether the event is performed with the right button of the mouse.
Syntax
'Declaration
 
Public ReadOnly Property IsRightTapped As Boolean
'Usage
 
Dim instance As C1TappedEventArgs
Dim value As Boolean
 
value = instance.IsRightTapped
public bool IsRightTapped {get;}
See Also

Reference

C1TappedEventArgs Class
C1TappedEventArgs Members