ScanFix Xpress v9.0 for .NET - Updated
OnSet Method (EnhancementOptionsCollection)




Accusoft.ScanFixXpressSdk Namespace > EnhancementOptionsCollection Class : OnSet Method
Index of the item to set
Old value of the options item
New value of the options item
Performs type checking prior to setting a valid options item in EnhancementOptionsCollection
Syntax
'Declaration
 
Protected Overrides Sub OnSet( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
'Usage
 
Dim instance As EnhancementOptionsCollection
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 the options item
newValue
New value of the options item
See Also

Reference

EnhancementOptionsCollection Class
EnhancementOptionsCollection Members

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