ASPxClientRichEdit.SelectionChanged Event
In This Article
Occurs when the selection is changed within the document.
#Declaration
TypeScript
SelectionChanged: ASPxClientEvent<ASPxClientEventHandler<ASPxClientRichEdit>>
#Event Data
The SelectionChanged event's data class is ASPxClientEventArgs.
#Remarks
Refer to the following section for more information about client-side events: Client API.
See Also