Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / OnTextChanged Method
The System.EventArgs instance that contains the event data.


In This Topic
OnTextChanged Method (FormulaTextBox)
In This Topic
Raises the TextChanged event.
Syntax
'Declaration
 
Protected Overrides Sub OnTextChanged( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FormulaTextBox
Dim e As EventArgs
 
instance.OnTextChanged(e)

Parameters

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