Click or drag to resize

AnnotationDataCollectionTOnCollectionChanged Method

Called when there is a change in the collection.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void OnCollectionChanged(
	CollectionChangedEventArgs args
)

Parameters

args
Type: Atalasoft.UtilsCollectionChangedEventArgs
An Atalasoft.Utils.CollectionChangedEventArgs containing information about the change.
See Also