Click or drag to resize

PointFCollectionIgnoreChanges Property

Note: This API is now obsolete.

Gets or sets a value indicating whether the PointFCollection event should not be raised.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This property may be removed in a future release.  Use the RaiseCollectionChangedEvent property instead.", 
	false)]
public bool IgnoreChanges { get; set; }

Property Value

Type: Boolean
True if the PointFCollection event should not be raised.
See Also