Spread Windows Forms 12.0 Product Documentation
FormulaChanged Event (FormulaTextBox)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FormulaTextBox Class : FormulaChanged Event
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
public event EventHandler FormulaChanged
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members