Accusoft.ScanFixXpress8.Net
OnSet Method (EnhancementOptionsCollection)




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
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
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)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
protected override void OnSet( 
   int index,
   object oldValue,
   object newValue
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
protected: void OnSet( 
   int index,
   Object* oldValue,
   Object* newValue
) override 
[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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback