RegionBaseChangeStatus(String, Int32, Int32, Stopwatch) Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public void ChangeStatus(
string message,
int current,
int count,
Stopwatch watch
)
Public Sub ChangeStatus (
message As String,
current As Integer,
count As Integer,
watch As Stopwatch
)
public:
void ChangeStatus(
String^ message,
int current,
int count,
Stopwatch^ watch
)
member ChangeStatus :
message : string *
current : int *
count : int *
watch : Stopwatch -> unit
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.