RichEditControl.SelectionChanged Event
In This Article
Fires in response to changing a selection in the document.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#Event Data
The SelectionChanged event's handler receives an argument of the EventArgs type.
#Remarks
Use a SelectionChanged event handler to perform specific actions each time the end-user selects the text in a document.
#Implements
See Also