CancelLongPress Method (C1MaskedTextView) | Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / CancelLongPress Method


In This Topic
CancelLongPress Method (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("cancelLongPress", 
   "()V", 
   "GetCancelLongPressHandler")>
Public Overridable Sub CancelLongPress() 
 
'Usage
 
Dim instance As C1MaskedTextView
 
instance.CancelLongPress()
See Also