Skip to main content
All docs
V26.1
  • DecryptionFailedEventArgs Class

    Provides data for the DecryptionFailed event.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    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