TextInputEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TextInputEventArgs(
string text
)
Public Sub New (
text As String
)
new :
text : string -> TextInputEventArgs
Parameters
- text
- Type: SystemString
Text that was input into the control
See Also