OnInsertComplete Method (EventCollection)
Called after an item has been inserted. Fires the
Changed event.
protected override void OnInsertComplete(
int ,
object
)
'Declaration
Protected Overrides Sub OnInsertComplete( _
ByVal As Integer, _
ByVal As Object _
)
Parameters
- index
- The item index.
- value
- The item.