Click or drag to resize

DIMcDyeEvents Interface

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface DIMcDyeEvents

The DIMcDyeEvents type exposes the following members.

Methods
  NameDescription
Public methodBeforeAdd
Event fired before a new dye is created by McDyes.Add.
Public methodBeforeOpen
Event fired before the dye collection is opened by McDyes.Open.
Public methodBeforeRemove
Event fired before an dye is destroyed by McDyes.Remove, or all are removed by McLenses.RemoveAll.
Public methodBeforeSave
Event fired before the dye collection is saved by McDyes.Save.
Public methodDyeChanged
Event fired when an McDye property is assigned a new value.
Public methodPropertyChanged
Event fired when an McDye property is assigned a new value.
Top
See Also