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