Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / CheckChanged Event


In This Topic
CheckChanged Event
In This Topic
Occurs when the check state of the control has changed.
Syntax
'Declaration
 
Public Event CheckChanged As EventHandler
 
'Usage
 
Dim instance As FpCheckBox
Dim handler As EventHandler
 
AddHandler instance.CheckChanged, handler
See Also