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


Navigated Event
Occurs when navigation is used.
Syntax
'Declaration
 
Event Navigated As NavigatedEventHandler
 
'Usage
 
Dim instance As IWebControl
Dim handler As NavigatedEventHandler
 
AddHandler instance.Navigated, handler
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