AnnotationUICollectionOnInsertComplete Method |
Called when an insert operation has finished.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected override void OnInsertComplete(
int index,
Object value
)
Protected Overrides Sub OnInsertComplete (
index As Integer,
value As Object
)
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