Eyeshot 10 WinForms API Reference
DoWork(BackgroundWorker,DoWorkEventArgs) Method

WinForms Assembly > devDept.Eyeshot Namespace > WorkUnit Class > DoWork Method : DoWork(BackgroundWorker,DoWorkEventArgs) Method
The background worker thread
DoWork event arguments
Does the actual work allowing progress bar update and cancellation.
Syntax
'Declaration
 
Protected Friend Overloads Overridable Sub DoWork( _
   ByVal worker As BackgroundWorker, _
   ByVal doWorkEventArgs As DoWorkEventArgs _
) 
protected internal virtual void DoWork( 
   BackgroundWorker worker,
   DoWorkEventArgs doWorkEventArgs
)

Parameters

worker
The background worker thread
doWorkEventArgs
DoWork event arguments
See Also

Reference

WorkUnit Class
WorkUnit Members
Overload List