COleServerDoc::NotifySaved

在用户保存服务器文档后,调用此函数。

void NotifySaved( );

备注

当用户从"文件"菜单中选择保存命令,NotifySaved 为您调用 OnSaveDocumentCOleServerDoc的实现。 此功能通知OLE系统DLL,或通知容器。 在容器应用程序编写使用Microsoft基础选件类库,COleClientItemOnChange 成员函数调用。

要求

Header: afxole.h

请参见

参考

COleServerDoc选件类

层次结构图

COleServerDoc::NotifyChanged

COleServerDoc::NotifyClosed

COleClientItem::OnChange

CDocument::OnSaveDocument