DIMcDyeEvents_EventBeforeRemove Event

Event fired before an dye is destroyed by McDyes.Remove, or all are removed by McLenses.RemoveAll.

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

Value

Type: MediaCy.IQL.Microscopy.InfoDIMcDyeEvents_BeforeRemoveEventHandler
Remarks
This event could be used to display an "Are you sure?" dialog. Note that completion of the Remove or RemoveAll operation results in a PropertyChanged event on the collection's Count property.
See Also