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
)
Sub OnSelectionChanged (
widget As TextArea,
e As EventArgs
)
abstract OnSelectionChanged :
widget : TextArea *
e : EventArgs -> unit
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