Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatting Class / NotifyFormulaChanged Method
The sender
The type of the changed formula


In This Topic
    NotifyFormulaChanged Method
    In This Topic
    Notifies the ConditionalFormatting object that the formula in the conditional formatting rule has changed.
    Syntax
    'Declaration
     
    
    Public Sub NotifyFormulaChanged( _
       ByVal sender As Object, _
       ByVal typeOfChange As FormulaChangedType _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormatting
    Dim sender As Object
    Dim typeOfChange As FormulaChangedType
     
    instance.NotifyFormulaChanged(sender, typeOfChange)
    public void NotifyFormulaChanged( 
       object sender,
       FormulaChangedType typeOfChange
    )

    Parameters

    sender
    The sender
    typeOfChange
    The type of the changed formula
    See Also