Occurs when a navigation operation is beginning. This event is fired shortly after the BeforeNavigate2 event, unless the navigation is canceled. Any animation or "busy" indication that the container needs to display should be connected to this event. Note that any DownloadBegin event will have a corresponding DownloadComplete event.
Syntax
Private Sub object_DownloadBegin
Parameters
- object
- An object expression that evaluates to an object in the Applies To list.
Applies To
InternetExplorer, WebBrowser
See Also
Navigate, ProgressChange