This method is called by the framework after the view’s document has been modified. The default implementation invalidates the entire client area, marking it for painting when the next WM_PAINT message is received.
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 |
virtual void OnUpdate( CView* pSender, LPARAM lHint, CObject* pHint );
CDocument::UpdateAllViews, CView::OnInitialUpdate, CWnd::Invalidate, CWnd::InvalidateRect, WM_PAINT