Click or drag to resize

LayerCollectionOnCollectionChanged Method

Called when there is any change to the collection.

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

Parameters

e
Type: Atalasoft.UtilsCollectionChangedEventArgs
An CollectionChangedEventArgs containing information about this event.
See Also