ChangeRequestContextMakeUpdate Method

Updates currently stored first evaluable Region with specified one if required.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
protected void MakeUpdate(
	RegionBase region,
	Point location,
	bool evaluationSupported,
	bool evaluationRequired,
	bool sortingRequired
)

Parameters

region  RegionBase
 
location  Point
 
evaluationSupported  Boolean
 
evaluationRequired  Boolean
 
sortingRequired  Boolean
 

See Also