Click or drag to resize

CheckBoxCallbackOnCheckedChanged Method

Raises the checked changed event.

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

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