TcxCustomRichEditProperties.OnSelectionChange Event
Occurs when the current selection changes.
Declaration
property OnSelectionChange: TNotifyEvent read; write;
Remarks
Handle the OnSelectionChange event to respond to changes in the selected text. Changes in selection occur when the user changes the selection using the mouse or keyboard, or when the selection is changed via the SelText property. Portions of the selection can be changed via the Lines property.
See Also