Skip to main content

VGridControlBase.SelectedChanged Event

Allows you to respond to changes in the current selection.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v24.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