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

In This Topic
    ErrorOccurred Event
    In This Topic
    Occurs when an error happens during the drawing.
    Syntax
    'Declaration
     
    Public Event ErrorOccurred As ViewportLayout.ErrorEventHandler
    public event ViewportLayout.ErrorEventHandler ErrorOccurred
    Event Data

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

    PropertyDescription
    Gets the error message.  
    Gets the object whose not compiled status caused the error.  
    Gets the stack trace of the error.  
    Remarks
    When an error occurs during the drawing, to make the control usable again it's necessary to call the Clear
    See Also