RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.OnNavigateComplete2 Event

Occurs immediately after the Web browser successfully navigates to a new location.

Pascal
property OnNavigateComplete2: TWebBrowserNavigateComplete2;
C++
__property TWebBrowserNavigateComplete2 OnNavigateComplete2;

Write an OnNavigateComplete2 event handler to take specific action when the Web browser successfully navigates to a new resource. The event can occur before the document is fully downloaded, but when it occurs at least part of the document must be received and a viewer for the document created.

Note: Unlike the OnDownloadComplete event, OnNavigateComplete2 does not occur if the operation is not successful.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!