Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.BoundingBoxChangedHandler Delegate

In This Topic
    ViewportLayout.BoundingBoxChangedHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub ViewportLayout.BoundingBoxChangedHandler( _
       ByVal sender As Object _
    ) 
    public delegate void ViewportLayout.BoundingBoxChangedHandler( 
       object sender
    )

    Parameters

    sender
    See Also