C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / LongClick Event


In This Topic
LongClick Event (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
Public Event LongClick As EventHandler(Of View.LongClickEventArgs)
 
'Usage
 
Dim instance As C1MaskedTextView
Dim handler As EventHandler(Of View.LongClickEventArgs)
 
AddHandler instance.LongClick, handler
See Also