COleServerItem::NotifyChanged

void NotifyChanged( DVASPECT nDrawAspect = DVASPECT_CONTENT );

Parameters

nDrawAspect

A value from the DVASPECT enumeration that indicates which aspect of the OLE item has changed. This parameter can have any of the following values:

Remarks

Call this function after the linked item has been changed. If a container item is linked to the document with an automatic link, the item is updated to reflect the changes. In container applications written using the Microsoft Foundation Class Library, COleClientItem::OnChange is called in response.

COleServerItem OverviewClass MembersHierarchy Chart

See Also   COleClientItem::OnChange, COleServerItem::OnUpdate, COleServerDoc::NotifyChanged