COleServerDoc::NotifyClosed
voidNotifyClosed();
Remarks
Call this function to notify the container(s) that the document has been closed. 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.
COleServerDoc Overview | Class Members | Hierarchy Chart
See Also COleServerDoc::NotifyChanged, COleServerDoc::NotifySaved, COleClientItem::OnChange, CDocument::OnCloseDocument