Click or drag to resize

ControlTextInput Event

Occurs when text is input for the control. Currently only partially supported on iOS.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<TextInputEventArgs> TextInput

Value

Type: SystemEventHandlerTextInputEventArgs

Implements

IKeyboardInputSourceTextInput
See Also