CView::OnUpdate

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.

At a Glance

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

Syntax

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

See Also

CDocument::UpdateAllViews, CView::OnInitialUpdate, CWnd::Invalidate, CWnd::InvalidateRect, WM_PAINT