Skip to main content
All docs
V26.1
  • EncryptedFilePasswordCheckFailedEventArgs(String, RichEditDecryptionError) Constructor

    Initializes a new instance of the EncryptedFilePasswordCheckFailedEventArgs class with the specified settings.

    Namespace: DevExpress.XtraRichEdit

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public EncryptedFilePasswordCheckFailedEventArgs(
        string documentName,
        RichEditDecryptionError error
    )

    Parameters

    Name Type Description
    documentName String

    The encrypted document’s name.

    error RichEditDecryptionError

    The error type caused the event to occur.

    Remarks

    Instances of the EncryptedFilePasswordCheckFailedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

    See Also