Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / DocumentCompleted Event


In This Topic
    DocumentCompleted Event
    In This Topic
    Occurs when navigating and parsing a new Web page is complete.
    Syntax
    'Declaration
     
    
    Event DocumentCompleted As DocumentCompletedEventHandler
    'Usage
     
    
    Dim instance As IWebControl
    Dim handler As DocumentCompletedEventHandler
     
    AddHandler instance.DocumentCompleted, handler
    event DocumentCompletedEventHandler DocumentCompleted
    Event Data

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

    PropertyDescription
    URL that points to the document.  
    See Also