[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.OnCursorChanged

OnCursorChanged Method

OnCursorChanged(GridCellRangeEventArgs)

Raises the CursorChanged event.

Declaration
protected void OnCursorChanged(GridCellRangeEventArgs e)
Protected Sub OnCursorChanged(e As GridCellRangeEventArgs)
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)
Protected NotOverridable Overrides Sub OnCursorChanged(e As GridControlRangeEventArgs)
Parameters
Type Name Description
GridControlRangeEventArgs e

Event data containing information about the cursor change.

Overrides