Back to Devexpress

EncryptedFilePasswordRequestEventArgs Class

officefileapi-devexpress-dot-spreadsheet-b61d790c.md

latest2.8 KB
Original Source

EncryptedFilePasswordRequestEventArgs Class

Provides data for the EncryptedFilePasswordRequest event.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class EncryptedFilePasswordRequestEventArgs :
    HandledCancelEventArgs,
    IDisposable
vb
Public Class EncryptedFilePasswordRequestEventArgs
    Inherits HandledCancelEventArgs
    Implements IDisposable

EncryptedFilePasswordRequestEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpreadsheetControl.EncryptedFilePasswordRequest
WPF ControlsSpreadsheetControl.EncryptedFilePasswordRequest
Office File APIISpreadsheetComponent.EncryptedFilePasswordRequest
Workbook.EncryptedFilePasswordRequest

Remarks

The EncryptedFilePasswordRequestEventArgs class represents an argument for the EncryptedFilePasswordRequest event of the SpreadsheetControl.

An instance of the EncryptedFilePasswordRequestEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Implements

IDisposable

Inheritance

Object EventArgs CancelEventArgs DevExpress.Spreadsheet.HandledCancelEventArgs EncryptedFilePasswordRequestEventArgs

See Also

EncryptedFilePasswordRequestEventArgs Members

SpreadsheetControl.EncryptedFilePasswordRequest

SpreadsheetControl.EncryptedFilePasswordRequest

DevExpress.Spreadsheet Namespace