Skip to main content
A newer version of this page is available. .
All docs
V22.2

ItemsView.SelectedTextChanged Event

Occurs whenever the SelectedText property changes its value. See this article for more information: AllowContentSelection.

Namespace: DevExpress.XtraGrid.Views.Items

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DXCategory("Events")]
public event EventHandler SelectedTextChanged

Event Data

The SelectedTextChanged event's data class is EventArgs.

See Also