_DPIEWebBrowserEvents2::DownloadComplete (Windows CE 5.0)
The DownloadComplete event method fires when a navigation operation finishes, is halted, or fails.
Syntax
void DownloadComplete(void);
Parameters
None.
Return Values
None.
Remarks
Any animation or busy indication that the container needs to display should be connected to this event method.
Each DPIEWebBrowserEvents::DownloadBegin event method has a corresponding DownloadComplete event method.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: webvw.h
Library: wvuuid.lib
See Also
_DPIEWebBrowserEvents2::DownloadBegin
Send Feedback on this topic to the authors