Click or drag to resize

CheckBox.ICallback Interface

Callback interface for the CheckBox

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : TextControl.ICallback, 
	Control.ICallback, Widget.ICallback

The CheckBox.ICallback type exposes the following members.

Methods
  NameDescription
Public methodOnCheckedChanged
Raises the checked changed event.
Top
See Also