OnInsert Method (EventCollection)
In This Topic
Called when an item is about to be iserted. Fires the
EventCollection.Changing event.
Syntax
'Declaration
Protected Overrides Sub OnInsert( _
ByVal As Integer, _
ByVal As Object _
)
protected override void OnInsert(
int ,
object
)
Parameters
- index
- The item index.
- value
- The item.
See Also