Click or drag to resize

IKeyboardInputSource Interface

Defines an interface for controls or classes that implement keyboard events.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IKeyboardInputSource

The IKeyboardInputSource type exposes the following members.

Events
  NameDescription
Public eventKeyDown
Occurs when a key has been pressed and is down
Public eventKeyUp
Occurs when a key was released
Public eventTextInput
Occurs when text is input for the control.
Top
See Also