Click or drag to resize

LinkButtonICallback Interface

Callback interface for LinkButton

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

The LinkButtonICallback type exposes the following members.

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