Documentation

OnAfterIBlockElementSetPropertyValues

handler function(
   int ELEMENT_ID,
   int IBLOCK_ID,
   array PROPERTY_VALUES,
   string PROPERTY_CODE
);

The event OnAfterIBlockElementSetPropertyValues is called after an attempt to save values of all properties for a iblock element by the method CIBlockElement::SetPropertyValues.

Parameters

Parameter Description
ELEMENT_IDElement ID with properties to be specified.
IBLOCK_IDInformation block ID.
PROPERTY_VALUESArray of properties with a corresponding property value is assigned to property ID.
PROPERTY_CODEModified property ID.

Returned value

None.

See Also



© «Bitrix24», 2001-2024
Up