[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.DefaultSpreadDataViewMapper.OnDataReset

OnDataReset Method

OnDataReset(int, int, PropertyDescriptor)

Occurs when a data row is reset.

Declaration
public void OnDataReset(int newIndex, int oldIndex, PropertyDescriptor propertyDescriptor)
Public Sub OnDataReset(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