Skip to main content
A newer version of this page is available. .

VGridControlBase.SelectedChanged Event

Allows you to respond to changes in the current selection.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

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