Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaEditorUI Class / ApplyButtonClicked Event


In This Topic
    ApplyButtonClicked Event
    In This Topic
    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
    public event ApplyEventHandler ApplyButtonClicked
    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