Click or drag to resize

DIMcImageSetEventsSetChanged Method

Event fired when property of the McImageSet is assigned a new value, or if the set dimensions are changed.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetChanged ( 
	ImageSet As McImageSet,
	ImageSetPropertyChanged As mcImageSetPropertyIDs
)

Parameters

ImageSet
Type: MediaCy.IQL.SetsMcImageSet
The McImageSet being assigned to.
ImageSetPropertyChanged
Type: MediaCy.IQL.SetsmcImageSetPropertyIDs
Remarks
This event is the only event that will be fired on the McImageSet itself.
See Also