InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IFrame Interface / ViewOpened Event


In This Topic
    ViewOpened Event
    In This Topic
    Occurs when a new view is opened.
    Syntax
    'Declaration
     
    
    Event ViewOpened As ViewEventHandler
    'Usage
     
    
    Dim instance As IFrame
    Dim handler As ViewEventHandler
     
    AddHandler instance.ViewOpened, handler
    event ViewEventHandler ViewOpened
    Event Data

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

    PropertyDescription
    Returns the IView object.  
    See Also