Click or drag to resize

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
)

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