[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.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

The zero-based index at which the value can be found.

object value

The value of the element to remove from the index.

Overrides