Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / ViewSaved Event

In This Topic
    ViewSaved Event
    In This Topic
    Occurs when a view is saved in the Viewport.SavedViewsManager.
    Syntax
    'Declaration
     
    Public Event ViewSaved As Viewport.ViewSavedEventHandler
    public event Viewport.ViewSavedEventHandler ViewSaved
    Event Data

    The event handler receives an argument of type Viewport.SavedViewsManager.ViewEventArgs containing data related to this event. The following Viewport.SavedViewsManager.ViewEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the camera distance.  
    Gets or sets the camera projection mode.  
    Gets or sets the camera rotation.  
    Gets or sets the camera target.  
    Gets or sets the camera zoom factor.  
    See Also