Click or drag to resize

DIMcLensEvents 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

The DIMcLensEvents type exposes the following members.

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