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


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