EvaluationContextProgressChange Method

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void ProgressChange(
	RegionBase region,
	string message,
	int current,
	int count,
	Stopwatch watch
)

Parameters

region  RegionBase
 
message  String
 
current  Int32
 
count  Int32
 
watch  Stopwatch
 

See Also