DIMcDyeEvents_Event 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_Event

The DIMcDyeEvents_Event type exposes the following members.

Events
  NameDescription
Public eventBeforeAdd
Event fired before a new dye is created by McDyes.Add.
Public eventBeforeOpen
Event fired before the dye collection is opened by McDyes.Open.
Public eventBeforeRemove
Event fired before an dye is destroyed by McDyes.Remove, or all are removed by McLenses.RemoveAll.
Public eventBeforeSave
Event fired before the dye collection is saved by McDyes.Save.
Public eventDyeChanged
Event fired when an McDye property is assigned a new value.
Public eventPropertyChanged
Event fired when an McDye property is assigned a new value.
Top
See Also