[]
        
(Showing Draft Content)

C1.Win.List.C1List.RowChangedEventArgs.-ctor

RowChangedEventArgs Constructor

RowChangedEventArgs(int, int)

Initializes a new instance of the C1List.RowChangedEventArgs class.

Declaration
public RowChangedEventArgs(int fromRow, int toRow)
Public Sub New(fromRow As Integer, toRow As Integer)
Parameters
Type Name Description
int fromRow

Old row.

int toRow

New row.