Back to Devexpress

ASPxClientHtmlEditor.SelectionChanged Event

aspnet-js-aspxclienthtmleditor-1858800b.md

latest817 B
Original Source

ASPxClientHtmlEditor.SelectionChanged Event

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

Declaration

ts
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

HTML Editor

ASPxClientHtmlEditor Class

ASPxClientHtmlEditor Members