Eyeshot 10 WinForms API Reference
WorkFailed Event

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : WorkFailed Event
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