which event among the following is fired first when a page completes loading in a webbrowser control after i execute this statement
VB Code:
  1. WebBrowser1.Navigate2 "some url"
DocumentComplete
DownloadComplete
NavigateComplete2