ComponentOne Xamarin.iOS
Checked Event (C1CheckBox)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1CheckBox Class : Checked Event
Occurs after the value of checkBox changes
Syntax
'Declaration
 
Public Event Checked As EventHandler
'Usage
 
Dim instance As C1CheckBox
Dim handler As EventHandler
 
AddHandler instance.Checked, handler
public event EventHandler Checked
See Also

Reference

C1CheckBox Class
C1CheckBox Members