Click or drag to resize

DIMcImageSetTemplateEvents Interface

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface DIMcImageSetTemplateEvents

The DIMcImageSetTemplateEvents type exposes the following members.

Methods
  NameDescription
Public methodBeforeAdd
Event fired before a new set is created by McImageSetTemplates.Add.
Public methodBeforeOpen
Event fired before an image set is opened.
Public methodBeforeRemove
Event fired before an image set is destroyed by McImageSetTemplates.Remove, or all are removed by McImageSetTemplates.RemoveAll.
Public methodBeforeSave
Event fired before the specified image set template is saved.
Public methodPropertyChanged
Event fired when a McImageSetTemplates property is assigned a new value.
Public methodTemplateChanged
Event fired when an McImageSetTemplate property is assigned a new value.
Top
See Also