Attachmate.Reflection Assembly > Attachmate.Reflection.Web.Msie Namespace > IWebControl Interface : Navigated Event |
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")> Event Navigated As NavigatedEventHandler
'Usage
Dim instance As IWebControl Dim handler As NavigatedEventHandler AddHandler instance.Navigated, handler
[SuppressMessage(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")] event NavigatedEventHandler Navigated
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.
Property | Description |
---|---|
Url | URL of the Web document. |