ComponentOne Xamarin.Android
ContextClick Event (C1CheckBox)


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

Reference

C1CheckBox Class
C1CheckBox Members