Fired before a section is deleted by calling CIBlockSection::Delete.
A common task of this handler is to cancel or approve the deletion.
Parameters
Parameter
Description
ID
The ID of the section to be deleted.
Return Values
To cancel the section deletion and terminate the method CIBlockSection::Delete,
throw an exception by calling $APPLICATION->ThrowException()
and return false.