OnInsertComplete Method (TimeSpanDisplayFieldCollectionInfo)
Performs additional custom processes after inserting a new element into the
System.Collections.CollectionBase instance.
protected virtual void OnInsertComplete(
int ,
object
)
Parameters
- index
- The zero-based index at which to insert the value.
- value
- The new value of the element at the index.