[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.OnSelectionChanging

OnSelectionChanging Method

OnSelectionChanging(GridSelectionEventArgs)

Raises the SelectionChanging event.

Declaration
protected void OnSelectionChanging(GridSelectionEventArgs e)
Protected Sub OnSelectionChanging(e As GridSelectionEventArgs)
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)
Protected NotOverridable Overrides Sub OnSelectionChanging(e As GridControlSelectionEventArgs)
Parameters
Type Name Description
GridControlSelectionEventArgs e

GridControlRangeEventArgs that contains the event data.

Overrides