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