DIMcImageEvents_EventFrameRemoved Event

Event fired when one or more frames are removed after the initial creation of an image.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Event FrameRemoved As DIMcImageEvents_FrameRemovedEventHandler

Value

Type: MediaCy.IQL.EngineDIMcImageEvents_FrameRemovedEventHandler
Remarks
This event is fired by the McImage.RemoveFrames and McImage.MoveFrames (on the source image).
See Also