OnSetComplete Method (NamedCollection)
Called after an item has been set.
'Declaration
Protected Overrides Sub OnSetComplete( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object _
)
Parameters
- index
- The item index.
- oldValue
- The old item.
- newValue
- The new item.