Click or drag to resize

TextAreaICallbackOnSelectionChanged Method

Raises the selection changed event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnSelectionChanged(
	TextArea widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsTextArea

[Missing <param name="widget"/> documentation for "M:Eto.Forms.TextArea.ICallback.OnSelectionChanged(Eto.Forms.TextArea,System.EventArgs)"]

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.TextArea.ICallback.OnSelectionChanged(Eto.Forms.TextArea,System.EventArgs)"]

See Also