FlexReport for WPF
FindActionCompleted イベント (C1TextSearchManager)


C1.WPF.Document.4.5.2 アセンブリ > C1.WPF.Document 名前空間 > C1TextSearchManager クラス : FindActionCompleted イベント
非同期検索アクションが完了したときに発生します。
シンタックス
'宣言
 
Public Event FindActionCompleted As System.EventHandler(Of FindActionCompletedEventArgs)
'使用法
 
Dim instance As C1TextSearchManager
Dim handler As System.EventHandler(Of FindActionCompletedEventArgs)
 
AddHandler instance.FindActionCompleted, handler
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から継承されます。
参照