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


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