BackgroundWorker::OnProgressChanged Method (ProgressChangedEventArgs^)
Raises the ProgressChanged event.
Assembly: System (in System.dll)
Raising an event invokes the event handler through a delegate. For more information, see NIB: Raising an Event.
The OnProgressChanged method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Notes to Inheritors:
When overriding OnProgressChanged in a derived class, be sure to call the base class's OnProgressChanged method so that registered delegates receive the event.
The following code example demonstrates the use of the OnProgressChanged method to report the progress of an asynchronous operation. This code example is part of a larger example provided for the AsyncOperationManager class.
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0