CPropertyPage::OnKillActive

This method is called by the framework when the page is no longer the active page. Override this method to perform special data validation tasks.

The default implementation of this method copies settings from the controls in the property page to the member variables of the property page. If the data was not updated successfully due to a dialog data validation (DDV) error, the page retains focus.

At a Glance

Header file: Afxdlgs.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 BOOL OnKillActive( );

See Also

CWnd::UpdateData, CPropertyPage::OnOK, CPropertyPage::OnSetActive