[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IExpressionConsumer.NotifyChanged

NotifyChanged Method

NotifyChanged(int, FormulaChangedType)

Notifies that a change related to the formula of the IExpressionConsumer occurred.

Declaration
void NotifyChanged(int index, FormulaChangedType changeType)
Sub NotifyChanged(index As Integer, changeType As FormulaChangedType)
Parameters
Type Name Description
int index

The index of the formula.

FormulaChangedType changeType

Type of change.

Remarks

This API supports the Spread infrastructure and is not intended to be used directly from your code.