OnSet Method (Dictionary)
Called when an item is about to be set.
'Declaration
Protected Overridable Sub OnSet( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object _
)
Parameters
- index
- The item index.
- oldValue
- The old item.
- newValue
- The new item.