DIMcImageSetEvents_EventBeforeAdd Event

Event fired before a new set is created by McImageSets.Add.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Event BeforeAdd As DIMcImageSetEvents_BeforeAddEventHandler

Value

Type: MediaCy.IQL.SetsDIMcImageSetEvents_BeforeAddEventHandler
Remarks
This event could be used to display a "New Set" dialog. Note that completion of the Add operation results in a PropertyChanged event on the collection's Count property.
See Also