Click or drag to resize

LayerCollectionOnSetComplete Method

Called when an item in the collection has been changed.

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 override void OnSetComplete(
	int index,
	Object oldValue,
	Object newValue
)

Parameters

index
Type: SystemInt32
The index of the item that was changed.
oldValue
Type: SystemObject
The old value of the item.
newValue
Type: SystemObject
The new value of the item.
See Also