DIMcImageEvents_EventFrameAdded Event

Event fired when one or more frames are appended, inserted or reordered 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 FrameAdded As DIMcImageEvents_FrameAddedEventHandler

Value

Type: MediaCy.IQL.EngineDIMcImageEvents_FrameAddedEventHandler
Remarks
This event is fired by the McImage.AddFrames, McImage.MoveFrames (on the destination image) and McImage.ReorderFrames.
See Also