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)
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.