ScanFix Xpress v9.0 for .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
 
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)
protected override void OnSet( 
   int index,
   object oldValue,
   object newValue
)
protected: void OnSet( 
   int index,
   Object* oldValue,
   Object* newValue
) override 
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

Is this page helpful?
Yes No
Thanks for your feedback.