Spread Windows Forms 6.0 Product Documentation
OnDataRowDeleted Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > ISpreadDataViewMapper Interface : OnDataRowDeleted Method


newIndex
New index
oldIndex
Old index
propertyDescriptor
Property descriptor

Glossary Item Box

Occurs when the data row is deleted.

Syntax

Visual Basic (Declaration) 
Sub OnDataRowDeleted( _
   ByVal newIndex As Integer, _
   ByVal oldIndex As Integer, _
   ByVal propertyDescriptor As PropertyDescriptor _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISpreadDataViewMapper
Dim newIndex As Integer
Dim oldIndex As Integer
Dim propertyDescriptor As PropertyDescriptor
 
instance.OnDataRowDeleted(newIndex, oldIndex, propertyDescriptor)
C# 
void OnDataRowDeleted( 
   int newIndex,
   int oldIndex,
   PropertyDescriptor propertyDescriptor
)

Parameters

newIndex
New index
oldIndex
Old index
propertyDescriptor
Property descriptor

Requirements

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

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.