PyCDocument.OnNewDocument Virtual

OnNewDocument()

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

PyCDocument::OnNewDocument

Return Value

TRUE if a new document could be created, else FALSE.