Click or drag to resize

AnnotationUICollectionOnInsertComplete Method

Called when an insert operation has finished.

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 OnInsertComplete(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
The index of the item inserted.
value
Type: SystemObject
The item that was inserted. This could be an array of objects.
See Also