DoWorkEventHandler Delegate
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents the method that will handle the DoWork event that is raised when the RunWorkerAsync method is called.
Assembly: System (in System.dll)
Parameters
- sender
- Type: System::Object
The source of the event.
- e
- Type: System.ComponentModel::DoWorkEventArgs
A DoWorkEventArgs that contains the event data.
Show: