[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.DefaultSpreadDataViewMapper.OnDataRowChanged

OnDataRowChanged Method

OnDataRowChanged(int, int, PropertyDescriptor)

Occurs when a data row is changed.

Declaration
public void OnDataRowChanged(int newIndex, int oldIndex, PropertyDescriptor propertyDescriptor)
Public Sub OnDataRowChanged(newIndex As Integer, oldIndex As Integer, propertyDescriptor As PropertyDescriptor)
Parameters
Type Name Description
int newIndex

New row index

int oldIndex

Old row index

PropertyDescriptor propertyDescriptor

Property descriptor

Implements