OnInsert Method (NamedCollection)
Called when an item is about to be iserted.
protected override void OnInsert(
int ,
object
)
'Declaration
Protected Overrides Sub OnInsert( _
ByVal As Integer, _
ByVal As Object _
)
Parameters
- index
- The item index.
- value
- The item.