System.Windows.Forms.WebBrowser.DocumentCompleted Event

Occurs when the System.Windows.Forms.WebBrowser control finishes loading a document.

Syntax

public event WebBrowserDocumentCompletedEventHandler DocumentCompleted

Remarks

The System.Windows.Forms.WebBrowser control navigates to a new document whenever one of the following properties is set or methods is called:

Handle the WebBrowser.DocumentCompleted event to receive notification when the new document finishes loading. When the WebBrowser.DocumentCompleted event occurs, the new document is fully loaded, which means you can access its contents through the WebBrowser.Document, WebBrowser.DocumentText, or WebBrowser.DocumentStream property.

To receive notification before navigation begins, handle the WebBrowser.Navigating event. Handling this event lets you cancel navigation if certain conditions have not been met, for example, when the user has not completely filled out a form. Handle the WebBrowser.Navigated event to receive notification when the System.Windows.Forms.WebBrowser control finishes navigation and has begun loading the document at the new location.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0