ComponentOne Xamarin.Android
LongClick Event (C1ComboBox)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1ComboBox Class : LongClick Event
Syntax
'Declaration
 
Public Event LongClick As EventHandler(Of View.LongClickEventArgs)
'Usage
 
Dim instance As C1ComboBox
Dim handler As EventHandler(Of View.LongClickEventArgs)
 
AddHandler instance.LongClick, handler
public event EventHandler<View.LongClickEventArgs> LongClick
See Also

Reference

C1ComboBox Class
C1ComboBox Members