EvaluateActionEventHandler Delegate

Handler of EvaluationRequest event.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public delegate void EvaluateActionEventHandler(
	RegionEvaluable sender,
	bool immediate
)

Parameters

sender  RegionEvaluable
Region which is being evaluated.
immediate  Boolean
Specifies whether to perform immediate evaluation or to schedule it to be performed based on application settings.

See Also