'宣言 Public Event FindActionCompleted As System.EventHandler(Of FindActionCompletedEventArgs)
public event System.EventHandler<FindActionCompletedEventArgs> FindActionCompleted
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、FindActionCompletedEventArgs 型の引数を受け取りました。次の FindActionCompletedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Action | Get the C1FindTextAction value defines the complited find action. |
Cancelled | System.ComponentModel.AsyncCompletedEventArgsから継承されます。 |
Error | System.ComponentModel.AsyncCompletedEventArgsから継承されます。 |
Position | Gets the C1FoundPosition object that specifies the found text position. |
UserState | System.ComponentModel.AsyncCompletedEventArgsから継承されます。 |
参照