Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / Frame Object / ViewOpened Event
In This Topic
    ViewOpened Event
    In This Topic
    Raised when a view is opened inside the frame.
    Syntax
    private Sub Frame_ViewOpened ( 
       ByVal sender As Object, _
       ByVal view As View _
    ) 

    Parameters

    sender
    Send of event.
    view
    Represents the user interface aspect of each document.
    See Also