RegionBaseChangeStatus(String, Int32, Int32, Stopwatch) Method

Raises the StatusChanged and ProgressChanged events.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void ChangeStatus(
	string message,
	int current,
	int count,
	Stopwatch watch
)

Parameters

message  String
Message which describes the change of status. It is sent with StatusChanged event.
current  Int32
Number of the current region. It is sent with ProgressChanged event.
count  Int32
Total number of regions being handled. It is sent with ProgressChanged event.
watch  Stopwatch
Stopwatch which tracks the operation timing. It is sent with ProgressChanged event.

See Also