Contents Index Topic Contents | ||
Previous Topic: DocumentComplete Event Next Topic: DownloadComplete Event |
DownloadBegin Event
Description
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
Value Description object An object expression that evaluates to an object in the Applies To list.
Applies To
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.