C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputComponent Class / OnTextChanged Method
System.EventArgs that contains the event data.

In This Topic
OnTextChanged Method (InputComponent)
In This Topic
Raises the TextChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnTextChanged( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also