Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

EncryptedFilePasswordRequestEventArgs(String) Constructor

Initializes a new instance of the EncryptedFilePasswordRequestEventArgs class with the specified name of the workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public EncryptedFilePasswordRequestEventArgs(
    string documentName
)

Parameters

Name Type Description
documentName String

A string that is the name of the encrypted document.

Remarks

The EncryptedFilePasswordRequestEventArgs class instance is created automatically and passed to the handler of the EncryptedFilePasswordRequest event.

See Also