Click or drag to resize

TextArea.Callback 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 : TextControl.Callback, 
	TextArea.ICallback, TextControl.ICallback, Control.ICallback, Widget.ICallback

The TextArea.Callback type exposes the following members.

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