Back to Devexpress

RichEditDocumentServer Events

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-dot-underscore-events.md

latest7.7 KB
Original Source

RichEditDocumentServer Events

A non-visual .NET library providing all the word processing functionality.

NameDescription
AfterExportOccurs after the document is successfully exported.
BeforeEncodingDetectionOccurs before detection of the loaded plain text or HTML encoding.
BeforeExportOccurs before the document is saved (exported to a certain format).
BeforeImportOccurs before a document is loaded (imported from an external source).
BeforePagePaintEnables you to specify a custom PagePainter descendant to alter the way the layout elements are drawn.
CalculateDocumentVariableFires when the DOCVARIABLE field is updated.
CommentInsertedOccurs after a new comment is created in the document.
ContentChangedOccurs when the document content was changed.
CustomPropertiesChangedOccurs when one of the DocumentCustomProperties has changed.
DecryptionFailedOccurs if the RichEditDocumentServer failed to open an encrypted file.
DocBytesChangedFor internal use.
DocmBytesChangedFor internal use
DocumentClosingOccurs when a document that has not yet been saved is about to be closed.
DocumentEncryptionChangedOccurs after one of the DocumentEncryption properties has been changed.
DocumentLoadedOccurs after a document is loaded.
DocumentPropertiesChangedOccurs after one of the DocumentProperties has changed.
DotBytesChangedFor internal use.
DotmBytesChangedFor internal use.
DotxBytesChangedFor internal use.
EmptyDocumentCreatedOccurs when a new document is created.
EncryptedFileIntegrityCheckFailedRaises when the encrypted file did not pass the data integrity verification.
EncryptedFilePasswordCheckFailedOccurs when the encryption password is empty or invalid.
EncryptedFilePasswordRequestedRaises when the RichEditDocumentImportOptions.EncryptionPassword property is not set or returns an invalid password.
FlatOpcBytesChangedFor internal use.
FlatOpcMacroEnabledBytesChangedFor internal use.
FlatOpcMacroEnabledTemplateBytesChangedFor internal use.
FlatOpcTemplateBytesChangedFor internal use.
HtmlTextChangedFor internal use.
InitializeDocumentOccurs before a document is loaded. Handle this event to set initial document settings.
InvalidFormatExceptionFires when the supplied data could not be recognized as data in the assumed format for import.
MailMergeFinishedFires when mail merge is completed.
MailMergeRecordFinishedFires after each data record is merged with the document in the mail merge process.
MailMergeRecordStartedFires before each data record is merged with the document in the mail merge process.
MailMergeStartedFires before mail merge starts.
MhtTextChangedFor internal use.
ModifiedChangedOccurs when the value of the RichEditDocumentServer.Modified property is changed.
OpenDocumentBytesChangedFor internal use.
OpenXmlBytesChangedFor internal use.
RtfTextChangedFor internal use.
SelectionChangedFires in response to changing a selection in the document.
TrackedMovesConflictOccurs when moved text has been changed since it was moved.
UnhandledExceptionThis event is raised when an exception unhandled by the RichEditDocumentServer occurs.
WordMLTextChangedFor internal use.

See Also

RichEditDocumentServer Class

RichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace