[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.OnSelectionChanging

OnSelectionChanging Method

OnSelectionChanging(GridSelectionEventArgs)

Raises the SelectionChanging event.

Declaration
protected void OnSelectionChanging(GridSelectionEventArgs e)
Parameters
Type Name Description
GridSelectionEventArgs e

The GridSelectionEventArgs instance containing the event data.

OnSelectionChanging(GridControlSelectionEventArgs)

Called before the selection changed.

Declaration
protected override sealed void OnSelectionChanging(GridControlSelectionEventArgs e)
Parameters
Type Name Description
GridControlSelectionEventArgs e

GridControlRangeEventArgs that contains the event data.

Overrides