Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
OnSet Method (EnhancementResultsCollection)




Accusoft.ScanFixXpressSdk Namespace > EnhancementResultsCollection Class : OnSet Method
Index of the item to set
Old value of results item
New value of results item
Performs type checking prior to setting a valid results item in EnhancementResultsCollection
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Protected Overrides Sub OnSet( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
 
'Usage
 
Dim instance As EnhancementResultsCollection
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
 
instance.OnSet(index, oldValue, newValue)

Parameters

index
Index of the item to set
oldValue
Old value of results item
newValue
New value of results item
See Also

Reference

EnhancementResultsCollection Class
EnhancementResultsCollection Members