Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebBrowser.LoadCompleted Event

Occurs when top-level navigation completes and the content loads into the WebBrowser control or when an error occurs during loading.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Event LoadCompleted As LoadCompletedEventHandler
<WebBrowser LoadCompleted="eventHandler"/>

Top-level navigation occurs when the Source property is set or Navigate is called.

If an error occurs, such as the content cannot be found, the LoadCompleted event is raised when the error is returned from the Web server.

You handle this event and call WebBrowserBrush.Redraw if the WebBrowser is associated with an WebBrowserBrush.

For more information about handling events, see Events Overview for Silverlight.

Silverlight

Supported in: 5, 4

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft