Click or drag to resize

RadioButton.ICallback Interface

Callback interface for the RadioButton

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

The RadioButton.ICallback type exposes the following members.

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