Skip to main content
All docs
V25.1
  • HtmlContentControl.SelectedTextChanged Event

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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