[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.OnSelectionChanged

OnSelectionChanged Method

OnSelectionChanged(GridSelectionEventArgs)

Raises the SelectionChanged event.

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

The GridSelectionEventArgs instance containing the event data.

OnSelectionChanged(GridControlSelectionEventArgs)

Called after the selection changed.

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

GridControlRangeEventArgs that contains the event data.

Overrides