EvaluationContextProgressChange Method
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void ProgressChange(
RegionBase region,
string message,
int current,
int count,
Stopwatch watch
)
Public Sub ProgressChange (
region As RegionBase,
message As String,
current As Integer,
count As Integer,
watch As Stopwatch
)
public:
void ProgressChange(
RegionBase^ region,
String^ message,
int current,
int count,
Stopwatch^ watch
)
member ProgressChange :
region : RegionBase *
message : string *
current : int *
count : int *
watch : Stopwatch -> unit
Parameters
- region RegionBase
-
- message String
-
- current Int32
-
- count Int32
-
- watch Stopwatch
-