[]
Performs additional custom processes after removing an element from the CollectionBase instance.
protected override void OnRemoveComplete(int index, object value)
Protected Overrides Sub OnRemoveComplete(index As Integer, value As Object)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which the value can be found. |
object | value | The value of the element to remove from the index. |