Spread Windows Forms 12.0 Product Documentation
OnTextChanged Method (FormulaTextBox)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FormulaTextBox Class : OnTextChanged Method
The System.EventArgs instance that contains the event data.
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)
protected override void OnTextChanged( 
   EventArgs e
)

Parameters

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

Reference

FormulaTextBox Class
FormulaTextBox Members