PyCDocument.OnSaveDocument

OnSaveDocument(pathName)

Call the MFC OnSaveDocument 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 save.

MFC References

CDocument::OnSaveDocument