'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 formula change