Trigger to execute the calculate actions in the value fields.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public void Calculate()
Visual Basic
Public Sub Calculate

Remarks

You should call this function when you change at least one of the following items:
  • The calculate action in a ValueField.
  • The JavaScript inside the calculate action.
  • Document level JavaScript called by a calculate action.

Note that this function is automatically called when you change a ValueField.Value.

See Also