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


In This Topic
    ApplyChanged Event (FormulaEditorUI)
    In This Topic
    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
    public event ApplyEventHandler ApplyChanged
    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