DecryptionFailedEventArgs Class
Provides data for the DecryptionFailed event.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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.
See Also