CheckBoxCallbackOnCheckedChanged Method  | 
 
            Raises the checked changed event.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic void OnCheckedChanged(
	CheckBox widget,
	EventArgs e
)
Public Sub OnCheckedChanged ( 
	widget As CheckBox,
	e As EventArgs
)
abstract OnCheckedChanged : 
        widget : CheckBox * 
        e : EventArgs -> unit 
override OnCheckedChanged : 
        widget : CheckBox * 
        e : EventArgs -> unit Parameters
- widget
 - Type: Eto.FormsCheckBox
[Missing <param name="widget"/> documentation for "M:Eto.Forms.CheckBox.Callback.OnCheckedChanged(Eto.Forms.CheckBox,System.EventArgs)"]
 - e
 - Type: SystemEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.CheckBox.Callback.OnCheckedChanged(Eto.Forms.CheckBox,System.EventArgs)"]
 
Implements
CheckBoxICallbackOnCheckedChanged(CheckBox, EventArgs)
See Also