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
Public Event TextInput As EventHandler(Of TextInputEventArgs)
abstract TextInput : IEvent<EventHandler<TextInputEventArgs>,
TextInputEventArgs>
override TextInput : IEvent<EventHandler<TextInputEventArgs>,
TextInputEventArgs>
Value
Type:
SystemEventHandlerTextInputEventArgsImplements
IKeyboardInputSourceTextInputSee Also