[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnRemoveComplete

OnRemoveComplete Method

OnRemoveComplete(int, object)

Performs additional custom processes after removing an element from the CollectionBase instance.

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

Zero-based index at which value can be found

object value

Value of the element to remove from index

Overrides