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:

PartDescription
objectA McImage object.
ImageA McImage object.

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.