C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : RowColChange Event |
'Declaration Public Event RowColChange As RowColChangeEventHandler
public event RowColChangeEventHandler RowColChange
The event handler receives an argument of type RowColChangeEventArgs containing data related to this event. The following RowColChangeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
LastCol | The previous column index of the DisplayColumns collection. |
LastRow | The previous row index. |