[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxCollection.OnRemoveComplete

OnRemoveComplete Method

OnRemoveComplete(int, object)

Performs additional custom processes when removing the contents of the CharBoxCollection 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

An int indicate the index of CharBox instance

object value

An object indcate the CharBox instance

Overrides