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

EncryptedFileIntegrityCheckFailedEventArgs() Constructor

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

Namespace: DevExpress.XtraRichEdit

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

Declaration

public EncryptedFileIntegrityCheckFailedEventArgs()

Remarks

Instances of the EncryptedFileIntegrityCheckFailedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also