RichEditControl.SelectionChanged Event
Fires in response to changing a selection in the document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v22.2.dll
NuGet Package: DevExpress.Win.RichEdit
Declaration
Event Data
The SelectionChanged event's data class is EventArgs.
Remarks
Use a SelectionChanged event handler to perform specific actions each time the end-user selects the text in a document.
See Also