function OnBeforeIBlockElementDeleteHandler($ID)
{
debug($arFields);
die();
//или
$res = CIBlockElement::GetByID($_GET["ID"]);
if($ar_res = $res->GetNext())
echo $ar_res['NAME'];
}