[]
Performs additional custom processes before inserting a new element into the CollectionBase instance.
protected override void OnInsert(int index, object value)
Protected Overrides Sub OnInsert(index As Integer, value As Object)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which to insert value. |
object | value | The new value of the element at index. |