ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List.RowChangedEventArgs Class / C1List.RowChangedEventArgs Constructor
Old row.
New row.

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

    Parameters

    fromRow
    Old row.
    toRow
    New row.
    See Also