Accusoft.Forms1 - 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
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Protected Overrides Sub OnSet( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Dim instance As EnhancementOptionsCollection
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
 
instance.OnSet(index, oldValue, newValue)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
protected override void OnSet( 
   int index,
   object oldValue,
   object newValue
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
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