OnRemove Method (TimeSpanDisplayFieldCollectionInfo)
Performs additional custom processes when removing an element from the
System.Collections.CollectionBase instance.
protected virtual void OnRemove(
int ,
object
)
Parameters
- index
- The zero-based index at which the value can be found.
- value
- The value of the element to remove from the index.