Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / WorkFailed Event

In This Topic
    WorkFailed Event
    In This Topic
    Occurs when the background work has failed.
    Syntax
    'Declaration
     
    Public Event WorkFailed As ViewportLayout.WorkFailedEventHandler
    public event ViewportLayout.WorkFailedEventHandler WorkFailed
    Event Data

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

    PropertyDescription
    Gets the error string.  
    See Also