Click or drag to resize

TextBoxICallback Interface

Callback interface for the TextBox based controls

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

The TextBoxICallback type exposes the following members.

Methods
  NameDescription
Public methodOnTextChanging
Raises the text changed event.
Top
See Also