Document Library for WinForms
FindActionCompleted イベント (C1TextSearchManager)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1TextSearchManager クラス : FindActionCompleted イベント
Occurs when async find action completed.
シンタックス
'宣言
 
Public Event FindActionCompleted As System.EventHandler(Of FindActionCompletedEventArgs)
public event System.EventHandler<FindActionCompletedEventArgs> FindActionCompleted
イベント データ

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

プロパティ解説
Get the C1FindTextAction value defines the complited find action.  
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
Gets the C1FoundPosition object that specifies the found text position.  
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
参照