Click or drag to resize

AnnotationDataCollectionOnCollectionChanged Method

Called when there is a change in the collection.

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

Parameters

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