constants ViewItemUpdateEnum
The ViewItemUpdate event notifies your application that a new item has been added or removed of the View object. The ViewItemUpdateEnum type supports the following values:

NameValueDescription
exAddItem1 The a new item has been added.
exAddGroupItem2 Occurs after a new group Item has been inserted to Items collection.
exRemoveItem3 An item is about to be removed.