[]
public event RangeEventHandler AfterRowColChange
Type | Description |
---|---|
RangeEventHandler | Fires after the current cell changes ( and properties). |
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.