'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