| TextAreaCallbackOnSelectionChanged Method  | 
 
            Raises the selection changed event.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic void OnSelectionChanged(
	TextArea widget,
	EventArgs e
)
Public Sub OnSelectionChanged ( 
	widget As TextArea,
	e As EventArgs
)
abstract OnSelectionChanged : 
        widget : TextArea * 
        e : EventArgs -> unit 
override OnSelectionChanged : 
        widget : TextArea * 
        e : EventArgs -> unit 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
See Also