PyCDocument.OnOpenDocument

OnOpenDocument(pathName)

Call the MFC OnOpenDocument handler. This routine is provided so a document object which overrides this method can call the original MFC version if required.

Parameters

pathName : string

The full path of the file to open.

MFC References

CDocument::OnOpenDocument