描述
当导航操作完成时,停止或失败.
语法
SUB DownloadComplete (BYVAL hwndContainer AS HWND) |
参数
hwndContainer |
[in]处理的OLE容器窗口. |
返回值
无返回值.
DISPID 事件
DISPID_DOWNLOADCOMPLETE
The DISPID for this event is defined in exdispid.inc. Use this value to identify the event handler when implementing the Invoke method of the IDispatch interface.
备注
Unlike NavigateComplete or NavigateComplete2, which are fired only when a URL is successfully navigated to, this event is always fired after a navigation starts. Any animation or "busy" indication that the container needs to display should be connected to this event.
Each DownloadBegin event will have a corresponding DownloadComplete event.
引用文件
CWebBrowserEventsImpl.inc