CMFCPropertyGridCtrl::OnChangeSelection

Called by the framework when the current selection is changed.

virtual void OnChangeSelection(
   CMFCPropertyGridProperty* pNewSel, 
   CMFCPropertyGridProperty* pOldSel 
);

Parameters

Parameter

Description

[in] pNewSel

Pointer to the newly selected property.

[in] pOldSel

Pointer to the previously selected property.

Remarks

The default implementation of this method does nothing.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridCtrl Class