[]
Provides data for the AfterRowColChange, AfterScroll, AfterSelChange, BeforeRowColChange, BeforeScroll, and BeforeSelChange events.
public class RangeEventArgs : EventArgs
| Name | Description |
|---|---|
| RangeEventArgs(CellRange, CellRange) | Initializes a new instance of the RangeEventArgs class. |
| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the new selection should be canceled. |
| NewRange | Gets the range that will be selected after the event. |
| OldRange | Gets the range selected before the event. |