Click or drag to resize

CheckBoxICallbackOnCheckedChanged Method

Raises the checked changed event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnCheckedChanged(
	CheckBox widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsCheckBox

[Missing <param name="widget"/> documentation for "M:Eto.Forms.CheckBox.ICallback.OnCheckedChanged(Eto.Forms.CheckBox,System.EventArgs)"]

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.CheckBox.ICallback.OnCheckedChanged(Eto.Forms.CheckBox,System.EventArgs)"]

See Also