Skip to main content
A newer version of this page is available. .
Row

EncryptedFilePasswordCheckFailedEventArgs(String, SpreadsheetDecryptionError) Constructor

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public EncryptedFilePasswordCheckFailedEventArgs(
    string documentName,
    SpreadsheetDecryptionError error
)

Parameters

Name Type Description
documentName String

The encrypted document’s name.

error SpreadsheetDecryptionError

The password error.

See Also