Description
Event fired after the an image is removed from the collection.
Syntax
Private Sub object_Close(Image)
The Close Event syntax has these parts:
The McImage being removed from the collection. At the time that this event is fired, the image will no longer be part of the collection.
Remarks
This event is fired by McImage.Remove.