DIMcLensEvents_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 DIMcLensEvents_Event

The DIMcLensEvents_Event type exposes the following members.

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