RegionEvaluationStateEventHandler Delegate

Handler of region evaluation state change.

Definition

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

Parameters

sender  RegionEvaluable
Region which evaluation state is changed.
state  Boolean
Value of the evaluation state (evaluated / not evaluated, has error / has no error, etc).

See Also