ComponentOne Xamarin.iOS
IsDown Property


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

Reference

C1TappedEventArgs Class
C1TappedEventArgs Members