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