Attachmate.Reflection.Web.Msie Namespace : NavigatingEventHandler Delegate |
'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 )