FlexReport for WinForms
OnFindActionCompleted メソッド (C1TextSearchManager)


C1.Document アセンブリ > C1.Document 名前空間 > C1TextSearchManager クラス : OnFindActionCompleted メソッド
The C1FindTextAction that specifies the base position and direction of a text search.
The C1FoundPosition that represents a position in a document where a text was found.
The System.Exception that represents errors that occur during method execution.
Raises the FindActionCompleted event.
シンタックス
'宣言
 
Protected Sub OnFindActionCompleted( _
   ByVal action As C1FindTextAction, _
   ByVal position As C1FoundPosition, _
   ByVal error As System.Exception _
) 
'使用法
 
Dim instance As C1TextSearchManager
Dim action As C1FindTextAction
Dim position As C1FoundPosition
Dim error As System.Exception
 
instance.OnFindActionCompleted(action, position, error)
protected void OnFindActionCompleted( 
   C1FindTextAction action,
   C1FoundPosition position,
   System.Exception error
)

パラメータ

action
The C1FindTextAction that specifies the base position and direction of a text search.
position
The C1FoundPosition that represents a position in a document where a text was found.
error
The System.Exception that represents errors that occur during method execution.
参照

参照

C1TextSearchManager クラス
C1TextSearchManager メンバ