Skip to main content

DataControlBase.SelectionChanged Event

Occurs after grid’s selection has been changed.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event GridSelectionChangedEventHandler SelectionChanged

Event Data

The SelectionChanged event's data class is DevExpress.UI.Xaml.Grid.GridSelectionChangedEventArgs.

Remarks

Each time the grid’s selection is changed, the SelectionChanged event is raised. The event parameter’s ‘Action’ property indicates how the grid’s selection has been changed.

The SelectionChanged event isn’t fired if the DataControlBase.SelectionMode property is set to MultiSelectMode.None.

See Also