データベースにあるアイテムが更新される直前
ITEM.php 211行目
$manager->notify( 'PreUpdateItem', array( 'itemid' => $itemid, 'title' => &$title, 'body' => &$body, 'more' => &$more, 'blog' => &$blog, 'closed' => &$closed, 'catid' => &$catid ) );