Skip to main content

ASPxClientHtmlEditor.SelectionChanged Event

Occurs on the client when a selection is changed within the ASPxHtmlEditor.

Declaration

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