Document Library for WPF
FindActionCompleted イベント

C1.WPF.Document.4.5.2 アセンブリ > C1.WPF.Document 名前空間 > C1TextSearchManager クラス : FindActionCompleted イベント
非同期検索アクションが完了したときに発生します。
シンタックス
'宣言
 
Public Event FindActionCompleted As System.EventHandler(Of FindActionCompletedEventArgs)
public event System.EventHandler<FindActionCompletedEventArgs> FindActionCompleted
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、FindActionCompletedEventArgs 型の引数を受け取りました。次の FindActionCompletedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
完了した検索アクションを定義する C1FindTextAction値を取得します。  
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
検出されたテキスト位置を指定する C1FoundPositionオブジェクトを取得します。  
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
参照