DIMcDyeEvents_EventBeforeAdd Event

Event fired before a new dye is created by McDyes.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 DIMcDyeEvents_BeforeAddEventHandler

Value

Type: MediaCy.IQL.Microscopy.InfoDIMcDyeEvents_BeforeAddEventHandler
Remarks
This event could be used to display a "New Dye" dialog. This event is NOT fired when a dye 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