Back to Devexpress

DxRichEdit Events

blazor-devexpress-dot-blazor-dot-richedit-dot-dxrichedit-dot-underscore-events.md

latest3.6 KB
Original Source

DxRichEdit Events

A Microsoft Word-inspired rich text editor with comprehensive text formatting options, mail merge support, and a rich collection of user options.

NameDescription
ActiveRibbonTabIndexChangedFires after the active ribbon tab is changed.
BarItemExceptionRaisedAllows you to handle exceptions that occur after a user interacts with an item in the menu bar.
BarModeChangedFires when the BarMode property value changes.
CalculateDocumentVariableFires when a DOCVARIABLE field is updated and allows you to specify the field result.
ContentInsertedOccurs after content was inserted in the Rich Text Editor’s document.
ContentRemovedOccurs after content was removed from the Rich Text Editor’s document.
CustomizeContextMenuAllows you to customize the context menu in the Rich Text Editor.
CustomizeRibbonAllows you to customize the Rich Text Editor’s ribbon.
CustomizeToolbarAllows you to customize the Rich Text Editor’s toolbar.
DocumentContentChangedAllows you to save document content changes.
DocumentContentChangingAllows you to notify users that the Rich Text Editor starts saving.
DocumentLoadedFires after a document is loaded.
GotFocusFires after the Rich Text Editor receives focus.
HorizontalRulerVisibleChangedFires when the HorizontalRulerVisible property value changes.
LostFocusFires after the Rich Text Editor loses focus.
ModifiedChangedAllows you to track unsaved document changes.
ReadOnlyChangedFires after the ReadOnly property value changes.
RibbonVisibleChangedObsolete. Fires after the ribbon visibility is changed.
SelectionChangedFires after the selection is changed.
ViewTypeChangedFires after the document view type is changed.

See Also

DxRichEdit Class

DxRichEdit Members

DevExpress.Blazor.RichEdit Namespace