System.Windows.Forms
2.0.0.0
System.EventArgs
Handle the event to receive notification when the control has navigated to a new document. The object passed to the event handler lets you retrieve the location of the new document through the property. When the event occurs, the new document has begun loading, which means you can access some of its content through the , , or property.
Provides data for the event.
Constructor
To be added.
Initializes a new instance of the class.
A representing the location of the document to which the control has navigated.
2.0.0.0
Property
System.Uri
To be added.
To be added.
Gets the location of the document to which the control has navigated.
2.0.0.0