Reflection
DocumentCompletedEventArgs Constructor


The URL of the document.
The constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal url As Uri _
)
'Usage
 
Dim url As Uri
 
Dim instance As New DocumentCompletedEventArgs(url)
public DocumentCompletedEventArgs( 
   Uri url
)

Parameters

url
The URL of the document.
See Also