Change
Change (Event)
Occurs when a change is made in the drawing. That can be the creation of a new object, the deletion of an object, etc.
Syntax:
Private Sub object_Change()
Example