DIMcImageEvents_AfterImportPropertiesEventHandler Delegate
|
|
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
SyntaxPublic Delegate Sub DIMcImageEvents_AfterImportPropertiesEventHandler (
Image As McImage,
SourceImage As McImage,
ImportFilter As mcImportPropertiesFlags
)
Parameters
- Image
- Type: MediaCy.IQL.EngineMcImage
The McImage into which properties are being imported. - SourceImage
- Type: MediaCy.IQL.EngineMcImage
The McImage from which properties are being copied. - ImportFilter
- Type: MediaCy.IQL.EnginemcImportPropertiesFlags
Flags specifying which properties were to be copied.
RemarksNote 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 AlsoReference
BeforeImportProperties