TextBoxICallbackOnTextChanging Method |
Raises the text changed event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void OnTextChanging(
TextBox widget,
TextChangingEventArgs e
)
Sub OnTextChanging (
widget As TextBox,
e As TextChangingEventArgs
)
abstract OnTextChanging :
widget : TextBox *
e : TextChangingEventArgs -> unit
Parameters
- widget
- Type: Eto.FormsTextBox
[Missing <param name="widget"/> documentation for "M:Eto.Forms.TextBox.ICallback.OnTextChanging(Eto.Forms.TextBox,Eto.Forms.TextChangingEventArgs)"]
- e
- Type: Eto.FormsTextChangingEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.TextBox.ICallback.OnTextChanging(Eto.Forms.TextBox,Eto.Forms.TextChangingEventArgs)"]
See Also