So I found the solution.
Thee is an event in the Standard Rich Text control that allows for the update:
Code:
Document_ContentControlOnExit(ByVal ContentControl, Cancel as Boolean).
It functions similarly an AfterUpdate event, and allow me to trap the content change. This is precisely what I was after.
Anyway, thanks for tips.