Back to Devexpress

DecryptionFailedEventArgs Class

officefileapi-devexpress-dot-xtrarichedit-ae6a7769.md

latest2.1 KB
Original Source

DecryptionFailedEventArgs Class

Provides data for the DecryptionFailed event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DecryptionFailedEventArgs :
    EventArgs
vb
Public Class DecryptionFailedEventArgs
    Inherits EventArgs

DecryptionFailedEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsRichEditControl.DecryptionFailed
WPF ControlsRichEditControl.DecryptionFailed
Office File APIRichEditDocumentServer.DecryptionFailed

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.

Inheritance

Object EventArgs DecryptionFailedEventArgs

See Also

DecryptionFailedEventArgs Members

DevExpress.XtraRichEdit Namespace