Click or drag to resize

TextAreaCallbackOnSelectionChanged Method

Raises the selection changed event.

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

Parameters

widget
Type: Eto.FormsTextArea

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

e
Type: SystemEventArgs

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

Implements

TextAreaICallbackOnSelectionChanged(TextArea, EventArgs)
See Also