OnInsert Method (AggregateCollection)
In This Topic
Called when an item is about to be iserted.
Syntax
'Declaration
Protected Overridable Sub OnInsert( _
ByVal As Integer, _
ByVal As Object _
)
protected virtual void OnInsert(
int ,
object
)
Parameters
- index
- The item index.
- value
- The item.
See Also