Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / WorkUnit Class / DoWork Method / DoWork(BackgroundWorker,DoWorkEventArgs) Method
The background worker thread
DoWork event arguments

In This Topic
    DoWork(BackgroundWorker,DoWorkEventArgs) Method
    In This Topic
    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