Skip to main content

IRichEditDocumentServer.SelectionChanged Event

Fires in response to changing a selection in the document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

event EventHandler SelectionChanged

Event Data

The SelectionChanged event's data class is EventArgs.

See Also