OcrPageCollectionOnSetComplete Method |
Performs additional custom processes after setting a value in the CollectionBase instance.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected override void OnSetComplete(
int index,
Object oldValue,
Object newValue
)
Protected Overrides Sub OnSetComplete (
index As Integer,
oldValue As Object,
newValue As Object
)
Parameters
- index
- Type: SystemInt32
The zero-based index at which oldValue can be found. - oldValue
- Type: SystemObject
The value to replace with newValue. - newValue
- Type: SystemObject
The new value of the element at index.
See Also