Click or drag to resize

TextAreaICallback Interface

Callback interface for the TextArea

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

The TextAreaICallback type exposes the following members.

Methods
  NameDescription
Public methodOnCaretIndexChanged
Raises the caret index changed event.
Public methodOnSelectionChanged
Raises the selection changed event.
Top
See Also