Share via


CDHtmlDialog::OnDocumentComplete

Called by the framework to notify an application when a document has achieved the READYSTATE_COMPLETE state.

virtual void OnDocumentComplete(
   LPDISPATCH pDisp,
   LPCTSTR szUrl 
);

Parameters

  • pDisp
    A pointer to an IDispatch object.

  • szUrl
    A pointer to a string containing the URL that was navigated to.

Requirements

Header: afxdhtml.h

See Also

Concepts

CDHtmlDialog Class

CDHtmlDialog Members

Hierarchy Chart

CDHtmlDialog::OnNavigateComplete