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