• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/compatible/eventcompatibility.php
  • Класс: BitrixCatalogCompatibleEventCompatibility
  • Вызов: EventCompatibility::handlerPriceOnAfterDelete
static function handlerPriceOnAfterDelete(CatalogModelEvent $event)
{
	return self::handlerOnAfterDelete($event, self::EVENT_ON_PRICE_DELETE);
}