EncryptedFilePasswordRequestEventArgs(String) Constructor
Initializes a new instance of the EncryptedFilePasswordRequestEventArgs class with the specified name of the workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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