Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / NavigatingEventHandler Delegate
The sender of the event.
Navigating event argument.


In This Topic
NavigatingEventHandler Delegate
In This Topic
Navigating event delegate.
Syntax
'Declaration
 
Public Delegate Sub NavigatingEventHandler( _
   ByVal sender As Object, _
   ByVal e As NavigatingEventArgs _
) 
 
'Usage
 
Dim instance As New NavigatingEventHandler(AddressOf HandlerMethod)

Parameters

sender
The sender of the event.
e
Navigating event argument.
See Also