CView::OnUpdate

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.

Syntax

virtual void OnUpdate( CView* pSender, LPARAM lHint, CObject* pHint );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CView Overview, CView Member Functions, View Classes, CDocument::UpdateAllViews, CView::OnInitialUpdate, CWnd::Invalidate, CWnd::InvalidateRect, WM_PAINT