Visual Basic (Declaration) | |
---|---|
Public Sub OnDataRowChanged( _ ByVal newIndex As Integer, _ ByVal oldIndex As Integer, _ ByVal propertyDescriptor As PropertyDescriptor _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DefaultSpreadDataViewMapper Dim newIndex As Integer Dim oldIndex As Integer Dim propertyDescriptor As PropertyDescriptor instance.OnDataRowChanged(newIndex, oldIndex, propertyDescriptor) |
C# | |
---|---|
public void OnDataRowChanged( int newIndex, int oldIndex, PropertyDescriptor propertyDescriptor ) |
Parameters
- newIndex
- New row index
- oldIndex
- Old row index
- propertyDescriptor
- Property descriptor
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2