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

In This Topic
    ViewChanged Event
    In This Topic
    Occurs when the SetView(viewType) is called.
    Syntax
    'Declaration
     
    Public Event ViewChanged As ViewportLayout.ViewChangedEventHandler
    public event ViewportLayout.ViewChangedEventHandler ViewChanged
    Event Data

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

    PropertyDescription
    Gets which view was set.  
    See Also