ComponentOne Xamarin.Android
Touch Event (C1CheckBox)


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

Reference

C1CheckBox Class
C1CheckBox Members