virtual void OnOK( );
Remarks
This member function is called by the framework when the user chooses either the OK or Apply Now button, immediately after the framework calls OnKillActive. Override this member function to implement additional behavior specific to the currently active page when user dismisses the entire property sheet.
The default implementation of this member function marks the page as “clean” to reflect that the data was updated in the OnKillActive function.
CPropertyPage Overview | Class Members | Hierarchy Chart
See Also CDialog::OnOK, CPropertyPage::OnKillActive