COlePropertyPage::OnObjectsChanged

Called by the framework when another OLE control, with new properties, is chosen.

virtual void OnObjectsChanged( );

Remarks

When viewing the properties of an OLE control in the developer environment, a modeless dialog box is used to display its property pages. If another control is selected, a different set of property pages must be displayed for the new set of properties. The framework calls this function to notify the property page of the change.

Override this function to receive notification of this action and perform any special actions.

Requirements

Header: afxctl.h

See Also

Reference

COlePropertyPage Class

Hierarchy Chart

Other Resources

COlePropertyPage Members