DecryptionFailedEventArgs Class
Provides data for the DecryptionFailed event.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v21.2.Core.dll
Declaration
Remarks
The DecryptionFailed event is raised when the RichEditDocumentServer or RichEditControl cannot decrypt a loaded file. Check the Exception property to determine the exception that led to this event.
The event also occurs if the EncryptedFilePasswordCheckFailedEventArgs.TryAgain property is not specified or set to false.
If the event is not handled, the RichEditDocumentServer does not load an empty file.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DecryptionFailedEventArgs class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.