[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.AfterRowColChange

AfterRowColChange Event

Fires after the current cell changes (Row and Col properties).

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public event RangeEventHandler AfterRowColChange
Returns
Type Description
RangeEventHandler Fires after the current cell changes ( and properties).
Remarks

This event fires before the Row or Col properties change, either as a result of user actions (mouse or keyboard) or through code. It allows you to display additional information about the currently selected row, column, or cell.

To perform validation or prevent certain cells from being selected, use the BeforeRowColChange and BeforeSelChange events instead.