WebBrowser.LoadCompleted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.