| TextBoxCallbackOnTextChanging Method  | 
 
            Raises the text changed event.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic void OnTextChanging(
	TextBox widget,
	TextChangingEventArgs e
)
Public Sub OnTextChanging ( 
	widget As TextBox,
	e As TextChangingEventArgs
)
abstract OnTextChanging : 
        widget : TextBox * 
        e : TextChangingEventArgs -> unit 
override OnTextChanging : 
        widget : TextBox * 
        e : TextChangingEventArgs -> unit Parameters
- widget
- Type: Eto.FormsTextBox
 [Missing <param name="widget"/> documentation for "M:Eto.Forms.TextBox.Callback.OnTextChanging(Eto.Forms.TextBox,Eto.Forms.TextChangingEventArgs)"] 
- e
- Type: Eto.FormsTextChangingEventArgs
 [Missing <param name="e"/> documentation for "M:Eto.Forms.TextBox.Callback.OnTextChanging(Eto.Forms.TextBox,Eto.Forms.TextChangingEventArgs)"] 
Implements
TextBoxICallbackOnTextChanging(TextBox, TextChangingEventArgs) See Also
See Also