Click or drag to resize

TextInputEventArgs Class

Event arguments when handling text input events
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class TextInputEventArgs : CancelEventArgs

The TextInputEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTextInputEventArgs
Initializes a new instance of the TextInputEventArgs class.
Top
Properties
  NameDescription
Public propertyText
The entered text, or null if no text was entered.
Top
See Also