Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / Click Event

In This Topic
    Click Event (ViewCubeIcon)
    In This Topic
    Occurs when the ViewCubeIcon is clicked.
    Syntax
    'Declaration
     
    Public Event Click As ViewCubeIcon.ViewCubeClickEventHandler
    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.  
    Remarks
    Adding an handler to this event disables the automatic set of the view. The view must be set by the handler.
    See Also