DIMcImageEvents_EventDeactivate Event

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
Event Deactivate As DIMcImageEvents_DeactivateEventHandler

Value

Type: MediaCy.IQL.EngineDIMcImageEvents_DeactivateEventHandler
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