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
Public Class TextInputEventArgs
Inherits CancelEventArgs
type TextInputEventArgs =
class
inherit CancelEventArgs
end
The TextInputEventArgs type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Text |
The entered text, or null if no text was entered.
|
TopSee Also