Click or drag to resize

ControlOnTextInput Method

Raises the TextInput event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual void OnTextInput(
	TextInputEventArgs e
)

Parameters

e
Type: Eto.FormsTextInputEventArgs
Event arguments
See Also