[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.DefaultSpreadDataViewMapper.OnDataRowAdded

OnDataRowAdded Method

OnDataRowAdded(int, int, PropertyDescriptor)

Occurs when a data row is added.

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