Description

Event fired when an image that was previously the McEngine.ActiveImage is no longer the ActiveImage.

Syntax

Private Sub object_Deactivate(Image)

The Deactivate Event syntax has these parts:

PartDescription
objectA McImages object.
ImageA McImage object.

The McImage that was previously the ActiveImage.

Remarks

This event is always fired on the McEngine.Images collection, even if the old ActiveImage was not part of the collection.