IMcDyesModified 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
SyntaxProperty Modified As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksGets 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 dyes. Note that modified flag will be set
whenever any property of any of the dyes is set also, but the notification that will
fired in that case is the DyeChanged notification (which includes information about which dye was
modified and which property of that dye was changed).
See Also