Skip to main content
All docs
V23.2

HtmlContentControl.SelectedTextChanged Event

Occurs when the SelectedText property value changes. See this property for more information: AllowContentSelection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Event Data

The SelectedTextChanged event's data class is EventArgs.

See Also