Поделиться через


COleServerDoc::NotifyClosed

Call this function to notify the container(s) that the document has been closed.

void NotifyClosed( );

Заметки

When the user chooses the Close command from the File menu, NotifyClosed is called by COleServerDoc's implementation of the OnCloseDocument member function. In container applications written with the Microsoft Foundation Class Library, the OnChange member function of COleClientItem is called.

Требования

Header: afxole.h

См. также

Основные понятия

COleServerDoc Class

COleServerDoc Members

Hierarchy Chart

COleServerDoc::NotifyChanged

COleServerDoc::NotifySaved

COleClientItem::OnChange

CDocument::OnCloseDocument