Click or drag to resize

TextBox.Callback.OnTextChanging 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.Forms.TextBox

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

e
Type: Eto.Forms.TextChangingEventArgs

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

Implements

TextBox.ICallback.OnTextChanging(TextBox, TextChangingEventArgs)
See Also