Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / NavigatedEventHandler Delegate
the sender of the event.
Navigated Event argument.


In This Topic
NavigatedEventHandler Delegate
In This Topic
NavigatedEvent delegate that handles the navigated event of a Web control.
Syntax
'Declaration
 
Public Delegate Sub NavigatedEventHandler( _
   ByVal sender As Object, _
   ByVal e As NavigatedEventArgs _
) 
 
'Usage
 
Dim instance As New NavigatedEventHandler(AddressOf HandlerMethod)

Parameters

sender
the sender of the event.
e
Navigated Event argument.
See Also