Click or drag to resize

ControlCallbackOnTextInput Method

Raises the text input event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnTextInput(
	Control widget,
	TextInputEventArgs e
)

Parameters

widget
Type: Eto.FormsControl

[Missing <param name="widget"/> documentation for "M:Eto.Forms.Control.Callback.OnTextInput(Eto.Forms.Control,Eto.Forms.TextInputEventArgs)"]

e
Type: Eto.FormsTextInputEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Control.Callback.OnTextInput(Eto.Forms.Control,Eto.Forms.TextInputEventArgs)"]

Implements

ControlICallbackOnTextInput(Control, TextInputEventArgs)
See Also