Click or drag to resize

TextArea.ICallback.OnSelectionChanged 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.Forms.TextArea

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

e
Type: System.EventArgs

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

See Also