_DPIEWebBrowserEvents2::DownloadBegin
The DownloadBegin event method fires when a navigation operation is beginning.
Syntax
void DownloadBegin(void);
Parameters
None.
Return Values
None.
Remarks
Any animation or busy indication that the object needs to display should be connected to this event method. The event method is fired shortly after the _DPIEWebBrowserEvents2::BeforeNavigate2 event method unless the navigation is canceled.
Each DownloadBegin event method has a corresponding DPIEWebBrowserEvents2::DownloadComplete event method.
Requirements
Pocket PC: Windows Mobile 2003 and later
OS Versions: Windows CE 4.0 and later
Header: webvw.h
Library: webvw.lib
See Also
DPIEWebBrowserEvents2::DownloadComplete
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.