DIMcImageEvents_EventAfterImportProperties Event

Fired by McImage.ImportProperties after doing the property import

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

Value

Type: MediaCy.IQL.EngineDIMcImageEvents_AfterImportPropertiesEventHandler
Remarks
Note that this event will not be fired if the ImportProperties method is called with an ImportFilter argument with the mcipfNoEvent flag set. It will also not be called if a BeforeImportProperties event handler sets that flag or sets the ImportFilter to mcipfNone.
See Also