Click or drag to resize

TextAreaCallback Class

Callback implementation for handlers of the TextArea
Inheritance Hierarchy

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

The TextAreaCallback type exposes the following members.

Constructors
  NameDescription
Public methodTextAreaCallback
Initializes a new instance of the TextAreaCallback class
Top
Methods
  NameDescription
Public methodOnCaretIndexChanged
Raises the caret index changed event.
Public methodOnSelectionChanged
Raises the selection changed event.
Top
See Also