[]
Raises the CursorChanging event.
protected void OnCursorChanging(GridCellRangeEventArgs e)
Type | Name | Description |
---|---|---|
GridCellRangeEventArgs | e | The GridCellRangeEventArgs instance containing the event data. |
Called before the cursor changed.
protected override sealed void OnCursorChanging(GridControlRangeEventArgs e)
Type | Name | Description |
---|---|---|
GridControlRangeEventArgs | e | Event data containing information about the cursor change. |