Fires the ProgressChanged event.
| C# | Visual Basic | Visual C++ |
protected virtual void OnProgressChanged()
Protected Overridable Sub OnProgressChanged
protected: virtual void OnProgressChanged()
If the control parameter was given in the constructor of the class, the event is fired in the context of the calling thread and not of the worker thread.