ASPxClientRichEdit.SelectionChanged Event
Occurs when the selection is changed within the document.
Declaration
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