Skip to main content

RichEditControl.SelectionChanged Event

Fires in response to changing a selection in the document.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public event EventHandler SelectionChanged

#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