Click or drag to resize

TextBoxCallbackOnTextChanging Method

Raises the text changed event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnTextChanging(
	TextBox widget,
	TextChangingEventArgs e
)

Parameters

widget
Type: Eto.FormsTextBox

[Missing <param name="widget"/> documentation for "M:Eto.Forms.TextBox.Callback.OnTextChanging(Eto.Forms.TextBox,Eto.Forms.TextChangingEventArgs)"]

e
Type: Eto.FormsTextChangingEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.TextBox.Callback.OnTextChanging(Eto.Forms.TextBox,Eto.Forms.TextChangingEventArgs)"]

Implements

TextBoxICallbackOnTextChanging(TextBox, TextChangingEventArgs)
See Also