Fires when a navigation operation begins.
Syntax
Private Sub object_DownloadBegin()
Parameters
- object
- Object expression that resolves to the
objects in the Applies To list.
Remarks
This event is fired shortly after the BeforeNavigate event or the BeforeNavigate2 event, unless the navigation is canceled. Any animation or "busy" indication that the container must display should be connected to this event.
Each DownloadBegin event has a corresponding DownloadComplete event.
Applies To
See Also