[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldCollection-1.OnSet

OnSet Method

OnSet(int, object, object)

Performs additional custom processes before setting a value in the CollectionBase 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

The zero-based index at which oldValue can be found.

object oldValue

The value to replace with newValue.

object newValue

The new value of the element at index.

Overrides