Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / FormulaChanged Event


In This Topic
FormulaChanged Event (FormulaTextBox)
In This Topic
Raised when the formula is changed. This is different from TextChanged since if the text is changed manually, the FormulaChanged event is not raised.
Syntax
'Declaration
 
Public Event FormulaChanged As EventHandler
 
'Usage
 
Dim instance As FormulaTextBox
Dim handler As EventHandler
 
AddHandler instance.FormulaChanged, handler
See Also