[]
Called when an item is about to be iserted.
protected override void OnInsert(int index, object value)
Protected Overrides Sub OnInsert(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | The item index. |
| object | value | The item. |