Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / OnTextChanged Method


In This Topic
OnTextChanged Method (InputTextBox)
In This Topic
Syntax
'Declaration
 
Protected Overrides Sub OnTextChanged( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As InputTextBox
Dim e As EventArgs
 
instance.OnTextChanged(e)

Parameters

e
See Also