COleServerDoc::NotifySaved

void NotifySaved( );

Remarks

Call this function after the user saves the server document. 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.

COleServerDoc OverviewClass MembersHierarchy Chart

See Also   COleServerDoc::NotifyChanged, COleServerDoc::NotifyClosed, COleClientItem::OnChange, CDocument::OnSaveDocument