Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.ViewChangedEventArgs Class / ViewportLayout.ViewChangedEventArgs Constructor
One of the viewType values that indicates which view was set

In This Topic
    ViewportLayout.ViewChangedEventArgs Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewType As viewType _
    )
    public ViewportLayout.ViewChangedEventArgs( 
       viewType viewType
    )

    Parameters

    viewType
    One of the viewType values that indicates which view was set
    See Also