ASPxClientHtmlEditor.SelectionChanged Event
In This Article
Occurs on the client when a selection is changed within the ASPxHtmlEditor.
#Declaration
TypeScript
SelectionChanged: ASPxClientEvent<ASPxClientEventHandler<ASPxClientHtmlEditor>>
#Event Data
The SelectionChanged event's data class is ASPxClientEventArgs.
#Remarks
The SelectionChanged event allows you to respond to a selection being changed within the editor on the client side.
Note
The selection API is available only in the Design View.
See Also