• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipmentitemstorecollection.php
  • Класс: BitrixSaleShipmentItemStoreCollection
  • Вызов: ShipmentItemStoreCollection::callEventOnBeforeSaleShipmentItemStoreDeleted
protected function callEventOnBeforeSaleShipmentItemStoreDeleted(array $itemValues)
{
	$itemValues['ENTITY_REGISTRY_TYPE'] = static::getRegistryType();

	/** @var MainEvent $event */
	$event = new MainEvent('sale', "OnBeforeSaleShipmentItemStoreDeleted", ['VALUES' => $itemValues]);
	$event->send();
}