ControlCallbackOnTextInput Method |
Raises the text input event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void OnTextInput(
Control widget,
TextInputEventArgs e
)
Public Sub OnTextInput (
widget As Control,
e As TextInputEventArgs
)
abstract OnTextInput :
widget : Control *
e : TextInputEventArgs -> unit
override OnTextInput :
widget : Control *
e : TextInputEventArgs -> unit
Parameters
- widget
- Type: Eto.FormsControl
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Control.Callback.OnTextInput(Eto.Forms.Control,Eto.Forms.TextInputEventArgs)"]
- e
- Type: Eto.FormsTextInputEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Control.Callback.OnTextInput(Eto.Forms.Control,Eto.Forms.TextInputEventArgs)"]
Implements
ControlICallbackOnTextInput(Control, TextInputEventArgs)See Also