[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.OnCursorChanged

OnCursorChanged Method

OnCursorChanged(GridCellRangeEventArgs)

Raises the CursorChanged event.

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

The GridCellRangeEventArgs instance containing the event data.

OnCursorChanged(GridControlRangeEventArgs)

Called after the cursor changed.

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

Event data containing information about the cursor change.

Overrides