[]
Calls after inserting a new item into the CollectionBase instance.
protected override void OnInsertComplete(int index, object value)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which to insert |
object | value | The new value of the item at |
Performs additional custom processes after inserting a new item into the CollectionBase instance.