|
TCustomRichViewEdit.OnCurParaStyleChanged |
Top Previous Next |
|
Occurs when the index of current paragraph style (value of CurParaStyleNo property) is changed. property OnCurParaStyleChange: TNotifyEvent; This event can occur when user moves caret with mouse or keyboard, or when he/she edits document. Some methods of RichViewEdit can also invoke this event. Use this event to update user interface in your application.
See also properties: See also events: |