Click or drag to resize

LayerCollection.OnCollectionChanged Method

Called when there is any change to the collection.

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

Parameters

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