ComponentOne Xamarin.Android
ContextClick Event (C1ComboBox)


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

Reference

C1ComboBox Class
C1ComboBox Members