Back to Devexpress

RichEditControl.SelectionChanged Event

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-9f56ef53.md

latest1.1 KB
Original Source

RichEditControl.SelectionChanged Event

Fires in response to changing a selection in the document.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public event EventHandler SelectionChanged
vb
Public Event SelectionChanged As EventHandler

Event Data

The SelectionChanged event's data class is EventArgs.

Remarks

Use a SelectionChanged event handler to perform specific actions each time an end-user selects the text in a document.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace