CHtmlView::OnDownloadBegin

This member function is called by the framework to begin downloading a document.

virtual void OnDownloadBegin( );

Remarks

This event is fired shortly after the OnBeforeNavigate2 event, unless the navigation is canceled. Any animation or "busy" indication that the container needs to display should be connected to this event.

Requirements

Header: afxhtml.h

See Also

Concepts

CHtmlView Class

CHtmlView Members

Hierarchy Chart

CHtmlView::OnDownloadComplete

CHtmlView::Navigate

CHtmlView::Navigate2