[]
Called after an item has been inserted.
protected override void OnInsertComplete(int index, object value)
Protected Overrides Sub OnInsertComplete(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | The item index. |
| object | value | The item. |