HtmlContentControl.SelectedTextChanged Event
In This Article
Occurs when the SelectedText property value changes. See this property for more information: AllowContentSelection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.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