COleServerDoc::NotifySaved

Call this function after the user saves the server document.

void NotifySaved( );

Remarks

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.

Requirements

Header: afxole.h

See Also

Reference

COleServerDoc Class

Hierarchy Chart

COleServerDoc::NotifyChanged

COleServerDoc::NotifyClosed

COleClientItem::OnChange

CDocument::OnSaveDocument

Other Resources

COleServerDoc Members