[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.OnCursorChanging

OnCursorChanging Method

OnCursorChanging(GridCellRangeEventArgs)

Raises the CursorChanging event.

Declaration
protected void OnCursorChanging(GridCellRangeEventArgs e)
Parameters
Type Name Description
GridCellRangeEventArgs e

The GridCellRangeEventArgs instance containing the event data.

OnCursorChanging(GridControlRangeEventArgs)

Called before the cursor changed.

Declaration
protected override sealed void OnCursorChanging(GridControlRangeEventArgs e)
Parameters
Type Name Description
GridControlRangeEventArgs e

Event data containing information about the cursor change.

Overrides