DIMcLensEvents_EventBeforeSave Event

Event fired before the lens collection is saved by McLenses.Save.

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

Value

Type: MediaCy.IQL.Microscopy.InfoDIMcLensEvents_BeforeSaveEventHandler
Remarks
This event could be used to display a "Save Lenses As" dialog. When the save is completed successfully, a PropertyChanged event will be fired indicating a change to the collection's Modified property (which is cleared after a Save).
See Also