Skip to main content

DecryptionFailedEventArgs Class

Provides data for the DecryptionFailed event.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public class DecryptionFailedEventArgs :
    EventArgs

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