ComponentOne Xamarin.Android
ContextClick Event (C1DropDown)


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

Reference

C1DropDown Class
C1DropDown Members