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

EncryptedFileIntegrityCheckFailedEventArgs() Constructor

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

Namespace: DevExpress.Spreadsheet

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

Declaration

public EncryptedFileIntegrityCheckFailedEventArgs()

Remarks

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

See Also