TextControlCallbackOnTextChanged Method |
Raises the text changed event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void OnTextChanged(
TextControl widget,
EventArgs e
)
Public Sub OnTextChanged (
widget As TextControl,
e As EventArgs
)
abstract OnTextChanged :
widget : TextControl *
e : EventArgs -> unit
override OnTextChanged :
widget : TextControl *
e : EventArgs -> unit
Parameters
- widget
- Type: Eto.FormsTextControl
[Missing <param name="widget"/> documentation for "M:Eto.Forms.TextControl.Callback.OnTextChanged(Eto.Forms.TextControl,System.EventArgs)"]
- e
- Type: SystemEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.TextControl.Callback.OnTextChanged(Eto.Forms.TextControl,System.EventArgs)"]
Implements
TextControlICallbackOnTextChanged(TextControl, EventArgs)See Also