Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / WorkCompleted Event

In This Topic
    WorkCompleted Event
    In This Topic
    Occurs when the background work has completed.
    Syntax
    'Declaration
     
    Public Event WorkCompleted As ViewportLayout.WorkCompletedEventHandler
    public event ViewportLayout.WorkCompletedEventHandler WorkCompleted
    Event Data

    The event handler receives an argument of type WorkCompletedEventArgs containing data related to this event. The following WorkCompletedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the work unit.  
    See Also