Occurs when an item is added to the specified collection. This event is not available in VBScript.
Syntax
Sub object_ItemAdd(Item as Object)
object An expression that evaluates to an Items collection object.
Item Required. The item that was added.