DIMcLensEvents_EventBeforeAdd Event

Event fired before a new lens is created by McLenses.Add.

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
Event BeforeAdd As DIMcLensEvents_BeforeAddEventHandler

Value

Type: MediaCy.IQL.Microscopy.InfoDIMcLensEvents_BeforeAddEventHandler
Remarks
This event could be used to display a "New Lens" dialog. This event is NOT fired when a lens is created using the AddCopyOf method. Note that completion of the Add or AddCopyOf operation results in a PropertyChanged event on the collection's Count property.
See Also