Event arguments when handling text input events
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic class TextInputEventArgs : CancelEventArgs
Public Class TextInputEventArgs
Inherits CancelEventArgs
type TextInputEventArgs =
class
inherit CancelEventArgs
endThe TextInputEventArgs type exposes the following members.
Constructors
Properties|
| Name | Description |
|---|
 | Text |
The entered text, or null if no text was entered.
|
Top
See Also