InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / Navigated Event


In This Topic
    Navigated Event
    In This Topic
    Occurs when navigation is used.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly")>
    Event Navigated As NavigatedEventHandler
    'Usage
     
    
    Dim instance As IWebControl
    Dim handler As NavigatedEventHandler
     
    AddHandler instance.Navigated, handler
    [SuppressMessage("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly")]
    event NavigatedEventHandler Navigated
    Event Data

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

    PropertyDescription
    URL of the Web document.  
    See Also