WebBrowser.LoadCompleted Event

Definition

Occurs when the document being navigated to has finished downloading.

public:
 event System::Windows::Navigation::LoadCompletedEventHandler ^ LoadCompleted;
public event System.Windows.Navigation.LoadCompletedEventHandler LoadCompleted;
member this.LoadCompleted : System.Windows.Navigation.LoadCompletedEventHandler 
Public Custom Event LoadCompleted As LoadCompletedEventHandler 
Public Event LoadCompleted As LoadCompletedEventHandler 

Event Type

Remarks

Navigated event handlers are passed an instance of the NavigationEventArgs class, which provides contextual information about the navigation, including Web response details.

This event will only be fired for top-level navigations.

Applies to

See also