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