The ConnectionBackgroundWorker type exposes the following events.

Events

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Disposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
DoWork
Occurs when RunWorkerAsync()()()() is called.
(Inherited from BackgroundWorker.)
ProgressChanged
Occurs when ReportProgress(Int32) is called.
(Inherited from BackgroundWorker.)
RunWorkerCompleted
Occurs when the background operation has completed, has been canceled, or has raised an exception.
(Inherited from BackgroundWorker.)

See Also