InfoConnect API Guide
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)
    public delegate void NavigatingEventHandler( 
       object sender,
       NavigatingEventArgs e
    )

    Parameters

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