Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / BoundingBoxChanged Event

In This Topic
    BoundingBoxChanged Event
    In This Topic
    Occurs when the scene bounding box has changed.
    Syntax
    'Declaration
     
    Public Event BoundingBoxChanged As ViewportLayout.BoundingBoxChangedHandler
    public event ViewportLayout.BoundingBoxChangedHandler BoundingBoxChanged
    See Also