Fired after the selected range changes.
Public Event AfterSelectionChange As AfterSelectionChangeEventHandler
Grid Object
The following parameters are available:
Parameter | Description |
NewFirstRow | The first row's number of the new selection. |
NewFirstCol | The first column's number of the new selection. |
NewLastRow | The last row's number of the new selection . |
NewLastCol | The last column's number of the new selection. |
This event is useful if you want to display additional information about the current selection. To perform validation or prevent certain cells from being selected, use the BeforeRowColChange and BeforeSelChange events instead.