This member function 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.
virtual void OnUpdate( CView* pSender, LPARAM lHint, CObject* pHint );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CView Overview, CView Member Functions, View Classes, CDocument::UpdateAllViews, CView::OnInitialUpdate, CWnd::Invalidate, CWnd::InvalidateRect, WM_PAINT