Click or drag to resize

TextBoxCallback Class

Callback implementation for handlers of TextControl based controls
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : TextControlCallback, 
	TextBoxICallback, TextControlICallback, ControlICallback, WidgetICallback

The TextBoxCallback type exposes the following members.

Constructors
  NameDescription
Public methodTextBoxCallback
Initializes a new instance of the TextBoxCallback class
Top
Methods
  NameDescription
Public methodOnTextChanging
Raises the text changed event.
Top
See Also