_DPIEWebBrowserEvents2::DownloadBegin (Windows CE 5.0)
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
OS Versions: Windows CE .NET 4.0 and later.
Header: webvw.h
Library: wvuuid.lib
See Also
DPIEWebBrowserEvents2::DownloadComplete
Send Feedback on this topic to the authors