Raises the ProgressChanged event to report the progress of the worker thread operation.

Overload List

  NameDescription
ReportProgress(Int32)
Raises the ProgressChanged event to report the specified progress of the worker thread operation.
ReportProgress(Int32, String)
Raises the ProgressChanged event to report the specified progress and message of the worker thread operation.

See Also