System.Windows.Forms
2.0.0.0
System.EventArgs
Handle the event to receive notification when the new document finishes loading. 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 is fully loaded, which means you can access its contents 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 that was loaded.
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