DIMcImageSetEvents_AoiChangedEventHandler Delegate

Event fired when a property of the McImageSet's AOI is assigned a new value.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub DIMcImageSetEvents_AoiChangedEventHandler ( 
	ImageSet As McImageSet,
	AoiPropertyChanged As Integer
)

Parameters

ImageSet
Type: MediaCy.IQL.SetsMcImageSet
The McImageSet whose AOI is being edited.
AoiPropertyChanged
Type: SystemInt32
Remarks
This event will be fired on the McImageSets collection and on the McImageSet itself.
See Also