Table remove Item event

I have data Table and I am removing rows/items by calling removeItem(123) method.
My question is how do I wire the removeItem event so I can update the screen when this event occurs?

Thank You

Peter

If you remove something from a container, the changes should be automatically reflected to the table. How are you triggering the removing of an item? I mean, does the user click on a button in the user interface and then the item is removed or is there a separate thread in the server that does something in the background and the modifies the container?