Click or drag to resize

IMcLensesModified Property

Gets or sets the collection modified flag.

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
Property Modified As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
Gets or sets the collection modified flag. The flag is automatically cleared when the collection is saved. A corresponding event is fired if the collection is modified by adding, removing, or opening additional lenses. Note that modified flag will be set whenever any property of any of the lenses is set also, but the notification that will fired in that case is the LensChanged notification (which includes information about which lens was modified and which property of that lens was changed).
See Also