PyCDocument.OnCloseDocument Virtual
OnCloseDocument()
Called by the MFC architecture.
Comments
If a handler is defined for this function, the base (MFC) function will not be called. If necessary, the handler must call this function explicitely.
See Also