IKeyboardInputSourceTextInput Event |
Occurs when text is input for the control.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax event EventHandler<TextInputEventArgs> TextInput
Event TextInput As EventHandler(Of TextInputEventArgs)
abstract TextInput : IEvent<EventHandler<TextInputEventArgs>,
TextInputEventArgs>
Value
Type:
SystemEventHandlerTextInputEventArgsSee Also