Click or drag to resize

TextInputEventArgs Constructor

Initializes a new instance of the TextInputEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TextInputEventArgs(
	string text
)

Parameters

text
Type: SystemString
Text that was input into the control
See Also