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