COlePropertyPage::OnObjectsChanged

The framework calls this member function when a property page is being displayed in the developer environment, and the user selects another control. In the developer environment, a modeless dialog box is used to display the property pages, and when a different control is selected, a different set of property pages must be displayed. Override this function to receive notification of this action and perform any special actions.

Syntax

virtual void OnObjectsChanged( );

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COlePropertyPage Overview, COlePropertyPage Member Functions, Dialog Box Classes