C# Class Eto.Forms.TextArea.Callback

Callback implementation for handlers of the TextArea
Inheritance: Eto.Forms.TextControl.Callback, ICallback
Datei anzeigen Open project: picoe/Eto

Public Methods

Method Description
OnCaretIndexChanged ( TextArea widget, EventArgs e ) : void

Raises the caret index changed event.

OnSelectionChanged ( TextArea widget, EventArgs e ) : void

Raises the selection changed event.

Method Details

OnCaretIndexChanged() public method

Raises the caret index changed event.
public OnCaretIndexChanged ( TextArea widget, EventArgs e ) : void
widget TextArea
e System.EventArgs
return void

OnSelectionChanged() public method

Raises the selection changed event.
public OnSelectionChanged ( TextArea widget, EventArgs e ) : void
widget TextArea
e System.EventArgs
return void