Back to Devexpress

IRichEditDocumentServer Events

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

latest7.0 KB
Original Source

IRichEditDocumentServer Events

Interface of a rich text engine providing the essential Rich Editor functionality.

NameDescription
AfterExportOccurs after the document is successfully exported.
BeforeEncodingDetectionOccurs before detecting encoding of the loaded plain text or HTML content.
BeforeExportOccurs before the document is saved (exported to a certain format).
BeforeImportOccurs before a document is loaded (imported from an external source).
CalculateDocumentVariableFires when the DOCVARIABLE field is updated.
ContentChangedOccurs when the document content was changed.
CustomPropertiesChangedOccurs after one of the DocumentCustomProperties has changed.
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.
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 IRichEditDocumentServer.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.
UnitChangedFires after the Unit property is changed.
UnitChangingFires before the Unit property is changed.
WordMLTextChangedFor internal use.

See Also

IRichEditDocumentServer Interface

IRichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace