'宣言 Public Event SecurityError As C1.Document.SecurityErrorEventHandler
'使用法 Dim instance As C1PdfDocumentSource Dim handler As C1.Document.SecurityErrorEventHandler AddHandler instance.SecurityError, handler
public event C1.Document.SecurityErrorEventHandler SecurityError
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、C1.Document.SecurityErrorEventArgs 型の引数を受け取りました。次の SecurityErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| FailedAttemptCount | Gets the number of failed open attempts. |
| Path | Get the connection path accessing which caused the security error. |
| Retry | Gets or sets a value indicating whether the C1.Document.C1DocumentSource should retry the operation which caused the security error. The default value is false. |
参照