'Declaration
Public Function New( _ ByVal url As Uri, _ ByVal targetFrameName As String _ )
'Usage
Dim url As Uri Dim targetFrameName As String Dim instance As New NavigatingEventArgs(url, targetFrameName)
public NavigatingEventArgs( Uri url, string targetFrameName )
Parameters
- url
- Uri of the web document.
- targetFrameName
- The name of the frame in which to load the document.