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


COleServerDoc::NotifySaved

Call this function after the user saves the server document.

void NotifySaved( );

Заметки

When the user chooses the Save command from the File menu, NotifySaved is called for you by COleServerDoc's implementation of OnSaveDocument. This function notifies the OLE system DLLs, which in turn notify the containers. 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::NotifyClosed

COleClientItem::OnChange

CDocument::OnSaveDocument