Click or drag to resize

AnnotationUICollectionOnSetComplete Method

Called when an item has been swapped with another.

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.
oldValue
Type: SystemObject
The old item.
newValue
Type: SystemObject
The new item.
See Also