Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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