Share via


IView Members

The following are members of the IView Class.

IView::OnActivateView

Called by MFC when a view is activated or deactivated.

IView::OnInitialUpdate

Called by the framework after the view is first attached to the document, but before the view is initially displayed.

IView::OnUpdate

Called by MFC after the view's document has been modified; this function allows the view to update its display to reflect modifications.

See Also

Reference

IView Interface