BCGControlBar Pro for MFC
virtual BOOL CBCGPProp::OnUpdateValue ( )
virtual

Called by the framework to notify a property object that its value has been updated.

Returns
Should return TRUE if a property object processes this notification.

This function is called by the framework to notify a property object that its value has been updated in in-place edit control. The default implementation handles this notification for simple types, reads the string representation of the updated value and formats it to update the underlined variant. The default implementation returns TRUE when handles simple types.