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


ApplyButtonClicked Event
Occurs when the Apply button is clicked in the Formula Editor.
Syntax
'Declaration
 
Public Event ApplyButtonClicked As ApplyEventHandler
 
'Usage
 
Dim instance As FormulaEditorUI
Dim handler As ApplyEventHandler
 
AddHandler instance.ApplyButtonClicked, 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