Accusoft.ScanFixXpress8.Net - Updated
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)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
protected override void OnSet( 
   int index,
   object oldValue,
   object newValue
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
protected: void OnSet( 
   int index,
   Object* oldValue,
   Object* newValue
) override 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
protected:
void OnSet( 
   int index,
   Object^ oldValue,
   Object^ newValue
) override 

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