user_defined_handler( int ID );
Called at the moment an information block is deleted.
Parameter | Description |
---|---|
ID | Information block ID. |
<? // Connect the handler RegisterModuleDependences("iblock", "OnIBlockDelete", "catalog", "CCatalog", "OnIBlockDelete"); // Implement the handler class CCatalog { * * * function OnIBlockDelete($ID) { // Now the handler is called upon deletion return CCatalog::Delete($ID); } } ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |