Click or drag to resize

ButtonICallback Interface

Callback interface for Button

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

The ButtonICallback type exposes the following members.

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