Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaEditorUI Class / ApplyChanged Event


ApplyChanged Event (FormulaEditorUI)
Occurs when the changes are applied from the Formula Editor.
Syntax
'Declaration
 
Public Event ApplyChanged As ApplyEventHandler
 
'Usage
 
Dim instance As FormulaEditorUI
Dim handler As ApplyEventHandler
 
AddHandler instance.ApplyChanged, handler
Event Data

The event handler receives an argument of type ApplyEventArgs containing data related to this event. The following ApplyEventArgs properties provide information specific to this event.

PropertyDescription
Gets the formula.  
See Also