[]
        
(Showing Draft Content)

C1.Win.List.C1List.RowChangedEventArgs

C1List.RowChangedEventArgs Class

Provides data for a HotRowChanged event.

Inheritance
C1List.RowChangedEventArgs
Namespace: C1.Win.List
Assembly: C1.Win.List.8.dll
Syntax
public class C1List.RowChangedEventArgs : EventArgs

Constructors

Name Description
RowChangedEventArgs(int, int)

Initializes a new instance of the C1List.RowChangedEventArgs class.

Properties

Name Description
FromRow

Old row.

ToRow

New row.