[]
Occurs when a data row is added.
public void OnDataRowAdded(int newIndex, int oldIndex, PropertyDescriptor propertyDescriptor)
Public Sub OnDataRowAdded(newIndex As Integer, oldIndex As Integer, propertyDescriptor As PropertyDescriptor)
| Type | Name | Description |
|---|---|---|
| int | newIndex | New row index |
| int | oldIndex | Old row index |
| PropertyDescriptor | propertyDescriptor | Property descriptor |