Share via


CMFCPropertyGridCtrl::OnPropertyChanged

Called by the framework when the value of a property is changed.

virtual void OnPropertyChanged(
   CMFCPropertyGridProperty* pProp 
) const;

Parameters

  • [in] pProp
    A pointer to a property object whose value has changed.

Remarks

By default, this method sends the AFX_WM_PROPERTY_CHANGED message to the owner of the property grid control.

Requirements

Header: afxpropertygridctrl.h

See Also

Reference

CMFCPropertyGridCtrl Class

Hierarchy Chart

Concepts

AFX Messages