C1List.RowChangedEventArgs Constructor
In This Topic
Initializes a new instance of the
C1List.RowChangedEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public C1List.RowChangedEventArgs(
int ,
int
)
Parameters
- fromRow
- Old row.
- toRow
- New row.
See Also