OnInsert Method (EventCollection)
Called when an item is about to be iserted. Fires the
Changing event.
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.