DIMcImageEvents_DeactivateEventHandler Delegate

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

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub DIMcImageEvents_DeactivateEventHandler ( 
	Image As McImage
)

Parameters

Image
Type: MediaCy.IQL.EngineMcImage
The McImage that was previously the ThisApplication.ActiveImage.
Remarks
This event is always fired on the McEngine.Images collection, even if the old ThisApplication.ActiveImage was not part of the collection.
See Also