Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
voidNotifyChanged();
Remarks
Call this function to notify all linked items connected to the document that the document has changed. Typically, you call this function after the user changes some global attribute such as the dimensions of the server document. If an OLE item is linked to the document with an automatic link, the item is updated to reflect the changes. In container applications written with the Microsoft Foundation Class Library, the OnChange member function of COleClientItem is called.
Note This function is included for compatibility with OLE 1. New applications should use UpdateAllItems.
COleServerDoc Overview | Class Members | Hierarchy Chart
See Also OleServerDoc::NotifyClosed, COleServerDoc::NotifySaved, COleClientItem::OnChange