Skip to main content

VGridControlBase.SelectedChanged Event

Allows you to respond to changes in the current selection.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public event SelectedChangedHandler SelectedChanged

Event Data

The SelectedChanged event's data class is DevExpress.XtraVerticalGrid.Events.SelectedChangedEventArgs.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also