Click or drag to resize

RadioButtonICallback Interface

Callback interface for the RadioButton

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : TextControlICallback, 
	ControlICallback, WidgetICallback

The RadioButtonICallback type exposes the following members.

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