Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / WorkUnit Class / WorkCompleted Method
The parent viewport layout control

In This Topic
    WorkCompleted Method (WorkUnit)
    In This Topic
    Called when the work has completed. In the case you are modeling something, the viewportLayout parameter allows you to easily add the model to the entities collection.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub WorkCompleted( _
       ByVal viewportLayout As ViewportLayout _
    ) 
    protected internal virtual void WorkCompleted( 
       ViewportLayout viewportLayout
    )

    Parameters

    viewportLayout
    The parent viewport layout control
    See Also