[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.OnCursorChanging

OnCursorChanging Method

OnCursorChanging(GridCellRangeEventArgs)

Raises the CursorChanging event.

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

Event data containing information about the cursor change.

Overrides