Skip to main content
Row

EncryptedFileIntegrityCheckFailedEventArgs() Constructor

Initializes a new instance of the EncryptedFileIntegrityCheckFailedEventArgs class with the default settings.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public EncryptedFileIntegrityCheckFailedEventArgs()

Remarks

The EncryptedFileIntegrityCheckFailedEventArgs class instance is created automatically and passed to the handler of the EncryptedFileIntegrityCheckFailed event.

See Also