[]
Occurs when a data row is reset.
public void OnDataReset(int newIndex, int oldIndex, PropertyDescriptor propertyDescriptor)
Public Sub OnDataReset(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 |