C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ToggleButton Class / Checked Event


In This Topic
Checked Event (C1ToggleButton)
In This Topic
Occurs after the value of checkBox changes
Syntax
'Declaration
 
Public Event Checked As EventHandler
 
'Usage
 
Dim instance As C1ToggleButton
Dim handler As EventHandler
 
AddHandler instance.Checked, handler
See Also