[]
Performs additional custom processes after inserting a new element array into the CollectionBase instance.
protected virtual void OnAddRangeComplete(object[] value)
Protected Overridable Sub OnAddRangeComplete(value As Object())
Type | Name | Description |
---|---|---|
object[] | value | The new value of the element. |