[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnInsertComplete

OnInsertComplete Method

OnInsertComplete(int, object)

Performs additional custom processes after inserting a new element into the CollectionBase instance.

Declaration
protected override void OnInsertComplete(int index, object value)
Protected Overrides Sub OnInsertComplete(index As Integer, value As Object)
Parameters
Type Name Description
int index

zero-based index at which to insert value

object value

new value of the element at index

Overrides