RichEditDocumentServer.SelectionChanged Event
In This Article
Fires in response to changing a selection in the document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public event EventHandler SelectionChanged
#Event Data
The SelectionChanged event's data class is EventArgs.
#Implements
See Also