This method is called after the document has been modified. You should call this method after you call the SetModifiedFlag method. This method informs each view attached to the document, except for the view specified by pSender, that the document has been modified. You typically call this method from your view class after the user has changed the document through a view.
Header file: | Afxwin.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
void UpdateAllViews( CView* pSender, LPARAM lHint = 0L,
CObject* pHint = NULL );
CDocument::SetModifiedFlag, CDocument::GetFirstViewPosition, CDocument::GetNextView, CView::OnUpdate