Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.ErrorEventHandler Delegate
The source of the event.

In This Topic
    ViewportLayout.ErrorEventHandler Delegate
    In This Topic
    Represents the method that will handle the ViewportLayout.ErrorOccurred event.
    Syntax
    'Declaration
     
    Public Delegate Sub ViewportLayout.ErrorEventHandler( _
       ByVal sender As Object, _
       ByVal args As ViewportLayout.ErrorOccurredEventArgs _
    ) 
    public delegate void ViewportLayout.ErrorEventHandler( 
       object sender,
       ViewportLayout.ErrorOccurredEventArgs args
    )

    Parameters

    sender
    The source of the event.
    args
    See Also