BCGControlBar Pro for MFC
virtual BOOL CBCGPPropList::EndEditItem ( BOOL  bUpdateData = TRUE)
virtual

Called by the framework when the user has finished to edit a property.

Returns
Nonzero if the property has been edited successfully. It returns FALSE if the property data is not valid or editing should be continued.

This function is called by the framework when the user has finished to edit a property. It performs the data validation and fails returning FALSE if the property data is not valid. It should return FALSE if the editing should be continued.

Parameters
bUpdateDataIf TRUE, the property data should be validated. If FALSE, the property data is not validated.