'Declaration Sub NotifyChanged( _ ByVal index As Integer, _ ByVal changeType As FormulaChangedType _ )
'Usage Dim instance As IExpressionConsumer Dim index As Integer Dim changeType As FormulaChangedType instance.NotifyChanged(index, changeType)
void NotifyChanged( int index, FormulaChangedType changeType )
Parameters
- index
- The index of the formula.
- changeType
- Type of change.