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

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

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

    Event Data

    The SelectedTextChanged event's data class is EventArgs.

    See Also