[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxCollection.OnSet

OnSet Method

OnSet(int, object, object)

Performs additional custom processes when clearing the contents of the CharBoxCollection instance.

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

An int indicate the index of CharBox instance

object oldValue

An object indcate the old CharBox instance

object newValue

An object indcate the new CharBox instance

Overrides