Hello,
You can take advantage of using
CustomTreeNodeHandler class that allows you to execute custom code when some
CMS Event occurs (document is created, updated, deleted).
You can access the
TreeNode class which represent a given document, access all its properties and update the Event information field if necessary.
For more information I would like to point you to the following articles:
Event handling overview,
Treenode handler,
Content management internalsBest regards,
Michal Legen