WebBrowser.LoadCompleted Ereignis

Definition

Tritt auf, wenn das Dokument, zu dem navigiert wird, den Download abgeschlossen hat.

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 

Ereignistyp

Hinweise

Navigierte Ereignishandler werden an eine Instanz der NavigationEventArgs Klasse übergeben, die Kontextinformationen zur Navigation bereitstellt, einschließlich Webantwortdetails.

Dieses Ereignis wird nur für Navigationen auf oberster Ebene ausgelöst.

Gilt für:

Weitere Informationen