[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnSetComplete

OnSetComplete Method

OnSetComplete(int, object, object)

Performs additional custom processes after setting a value in the CollectionBase instance.

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

Zero-based index at which oldValue can be found

object oldValue

Value to replace with newValue

object newValue

New value of the element at index

Overrides